Skip to content

Commit

Permalink
Fix image name
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Tremko authored and kaladivo committed Aug 14, 2024
1 parent 3e02519 commit 3ce3ac6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-btc-exchange-rate-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
push: true
provenance: false
tags: |
ghcr.io/vexl-it/btc-exchange-rate-service:latest
ghcr.io/vexl-it/btc-exchange-rate-service:${{inputs.env}}-${{ github.sha }}
${{ steps.login-ecr.outputs.registry }}/btc-exchange-rate-service:${{inputs.env}}-${{ github.sha }}
ghcr.io/vexl-it/bitcoin-rate-service:latest
ghcr.io/vexl-it/bitcoin-rate-service:${{inputs.env}}-${{ github.sha }}
${{ steps.login-ecr.outputs.registry }}/bitcoin-rate-service:${{inputs.env}}-${{ github.sha }}
build-args: |
SERVICE_VERSION=${{ github.sha }}
ENVIRONMENT=${{ inputs.env }}

0 comments on commit 3ce3ac6

Please sign in to comment.