We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6accf2b commit 389d329Copy full SHA for 389d329
1 file changed
.github/workflows/docker-stg.yaml
@@ -64,8 +64,8 @@ jobs:
64
platforms: linux/amd64
65
push: true
66
tags: |
67
- ${{ env.REGISTRY }}/wizard-stellar-api-stg:latest
68
- ${{ env.REGISTRY }}/wizard-stellar-api-stg:${{ github.sha }}
+ ${{ env.REGISTRY }}/wizard-api-stg:latest
+ ${{ env.REGISTRY }}/wizard-api-stg:${{ github.sha }}
69
cache-from: type=gha
70
cache-to: type=gha,mode=max
71
0 commit comments