Skip to content

Commit

Permalink
Push without the tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Vasseur committed Jan 16, 2024
1 parent 6232213 commit 88f9ecf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-domjudge-container-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
IMAGE_NAME="${{ github.actor }}/$IMG:${{ env.DOMJUDGE_VERSION }}"
docker image tag "$IMAGE_NAME" ghcr.io/${{ github.actor }}/$IMG:${{ env.PR_TAG }}
docker image tag "$IMAGE_NAME" ${{ github.actor }}/$IMG:${{ env.PR_TAG }}
docker push ghcr.io/${{ github.actor }}/$IMG:${{ env.PR_TAG }}
docker push ghcr.io/${{ github.actor }}/$IMG
done
- name: Check for wrong permisions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-domjudge-container-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
docker push domjudge/$IMG:${{ env.DOMJUDGE_VERSION }}
if [ ${{ env.DOMJUDGE_LATEST }} = "true" ]; then
docker tag domjudge/$IMG:${{ env.DOMJUDGE_VERSION }} domjudge/$IMG:latest
docker push domjudge/$IMG:latest
docker push domjudge/$IMG
fi
done

0 comments on commit 88f9ecf

Please sign in to comment.