Skip to content

Commit

Permalink
fix: Docker image suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb committed Sep 8, 2022
1 parent 8ed9902 commit e78689d
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 @@ -106,7 +106,7 @@ jobs:
with:
images: registry.digitalocean.com/${{ env.IMAGE_NAME }}
tags: |
type=semver,pattern={{version}},suffix=${{ steps.set-network.outputs.NETWORK_NAME }},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 @@ -166,7 +166,7 @@ jobs:
with:
images: registry.digitalocean.com/cheqd/hasuracli
tags: |
type=semver,pattern={{version}},suffix=${{ steps.set-network.outputs.NETWORK_NAME }},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 e78689d

Please sign in to comment.