Skip to content

Commit f7385f0

Browse files
authored
Test for branch scoped latest tag
1 parent 9ef7b78 commit f7385f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3535
tags: |
3636
type=ref,event=branch,suffix=_{{sha}}
37-
type=raw,value=latest,enable={{is_default_branch}}
37+
type=raw,value=olympics_latest,enable={{is_default_branch}}
3838
3939
- name: Build and push Docker images
4040
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)