Skip to content

Commit

Permalink
feat: add branch to docker images tags
Browse files Browse the repository at this point in the history
Signed-off-by: Filipe Mota <[email protected]>
  • Loading branch information
fdmota committed May 10, 2024
1 parent 879adfb commit 7063f39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
tags: |
ghcr.io/reservoirprotocol/relayer:latest
ghcr.io/reservoirprotocol/relayer:${{ github.sha }}
ghcr.io/reservoirprotocol/relayer:${{ github.ref_name }}-${{ github.sha }}
deploy-dev:
name: Deploy to Development
Expand Down Expand Up @@ -167,4 +168,4 @@ jobs:
./utils/version_update.sh \
./prod/platform/relayer-amoy.yaml \
${{ github.sha }} \
relayer-amoy
relayer-amoy

0 comments on commit 7063f39

Please sign in to comment.