Skip to content

Commit

Permalink
fix: Docker Image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb committed Sep 8, 2022
1 parent 3d4d040 commit 8ed9902
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,8 @@ jobs:
uses: docker/metadata-action@v4
with:
images: registry.digitalocean.com/${{ env.IMAGE_NAME }}
flavor: |
latest=auto
prefix=${{ steps.set-network.outputs.NETWORK_NAME }}
tags: |
type=semver,pattern={{version}},value=${{ needs.release-binary.outputs.VERSION }}
type=semver,pattern={{version}},suffix=${{ steps.set-network.outputs.NETWORK_NAME }},value=${{ needs.release-binary.outputs.VERSION }}
labels: |
org.opencontainers.image.title="BDJuno for cheqd network"
org.opencontainers.image.description="BDJuno for cheqd network"
Expand Down Expand Up @@ -168,11 +165,8 @@ jobs:
uses: docker/metadata-action@v4
with:
images: registry.digitalocean.com/cheqd/hasuracli
flavor: |
latest=auto
prefix=${{ steps.set-network.outputs.NETWORK_NAME }}
tags: |
type=semver,pattern={{version}},value=${{ needs.release-binary.outputs.VERSION }}
type=semver,pattern={{version}},suffix=${{ steps.set-network.outputs.NETWORK_NAME }},value=${{ needs.release-binary.outputs.VERSION }}
labels: |
org.opencontainers.image.title="Hasura CLI for BDJuno"
org.opencontainers.image.description="Standalone Hasura CLI for cheqd network BDJuno configuration"
Expand Down

0 comments on commit 8ed9902

Please sign in to comment.