Skip to content

Commit b7f0a26

Browse files
Update docker.yml
1 parent 051f23c commit b7f0a26

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ jobs:
7272
builder: ${{ steps.buildx.outputs.name }}
7373
file: backend/Dockerfile
7474
tags: |
75-
ghcr.io/devsoc-unsw/${ env.IMAGE_NAME }}-backend:${{ github.sha }}
76-
ghcr.io/devsoc-unsw/${ env.IMAGE_NAME }}-backend:latest
75+
ghcr.io/devsoc-unsw/${{ env.IMAGE_NAME }}-backend:${{ github.sha }}
76+
ghcr.io/devsoc-unsw/${{ env.IMAGE_NAME }}-backend:latest
7777
labels: ${{ steps.meta.outputs.labels }}
7878
cache-from: type=local,src=/tmp/.buildx-cache
7979
cache-to: type=local,mode=max,dest=/tmp/.buildx-cache-new

0 commit comments

Comments
 (0)