Skip to content

Commit 3e87d06

Browse files
committed
ci: fix build issue
1 parent 0722f87 commit 3e87d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
docker build -t ghcr.io/${{ github.repository }}:latest .
2929
docker push ghcr.io/${{ github.repository }}:latest
3030
else
31-
docker tag ghcr.io/${{ github.repository }}:latest ghcr.io/${{ github.repository }}:${{ env.TAG_NAME }}
31+
docker build ghcr.io/${{ github.repository }}:${{ env.TAG_NAME }} .
3232
docker push ghcr.io/${{ github.repository }}:${{ env.TAG_NAME }}
3333
fi

0 commit comments

Comments
 (0)