Skip to content

Commit

Permalink
ci: fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tyzbit committed Oct 23, 2023
1 parent 5319f35 commit 1eb7035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
docker build -t ghcr.io/${{ github.repository }}:latest .
docker push ghcr.io/${{ github.repository }}:latest
else
docker tag ghcr.io/${{ github.repository }}:latest ghcr.io/${{ github.repository }}:${{ env.TAG_NAME }}
docker build ghcr.io/${{ github.repository }}:${{ env.TAG_NAME }} .
docker push ghcr.io/${{ github.repository }}:${{ env.TAG_NAME }}
fi

0 comments on commit 1eb7035

Please sign in to comment.