Skip to content

Commit b8b12a2

Browse files
chore(workflows): publish latest for testing
1 parent 70374c4 commit b8b12a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,7 @@ jobs:
104104
run: |
105105
docker pull localhost:5000/filer-sidecar:latest
106106
docker tag localhost:5000/filer-sidecar:latest ${{ env.REGISTRY_NAME }}.azurecr.io/filer-sidecar:${{ github.sha }}
107+
docker tag localhost:5000/filer-sidecar:latest ${{ env.REGISTRY_NAME }}.azurecr.io/filer-sidecar:latest
107108
docker push ${{ env.REGISTRY_NAME }}.azurecr.io/filer-sidecar:${{ github.sha }}
109+
docker push ${{ env.REGISTRY_NAME }}.azurecr.io/filer-sidecar:latest
110+

0 commit comments

Comments
 (0)