Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed May 25, 2023
1 parent 93dca9a commit 84b54cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ jobs:
build-args: TAG=v${{env.TAG}}
platforms: linux/amd64,linux/arm64
tags: |
ghcr.io/informalsystems/chainpulse:${{env.tag}}
ghcr.io/informalsystems/chainpulse:${{env.TAG}}
ghcr.io/informalsystems/chainpulse:latest
informalsystems/chainpulse:${{env.
informalsystems/chainpulse:${{env.TAG}}
informalsystems/chainpulse:latest
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 84b54cb

Please sign in to comment.