We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ef7b78 commit f7385f0Copy full SHA for f7385f0
.github/workflows/publish-docker-image.yml
@@ -34,7 +34,7 @@ jobs:
34
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
35
tags: |
36
type=ref,event=branch,suffix=_{{sha}}
37
- type=raw,value=latest,enable={{is_default_branch}}
+ type=raw,value=olympics_latest,enable={{is_default_branch}}
38
39
- name: Build and push Docker images
40
uses: docker/build-push-action@v5
0 commit comments