Skip to content

Commit

Permalink
Debug what we have
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Aug 2, 2024
1 parent 8e57537 commit 9ed975a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-domjudge-container-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
run: |
for IMG in domserver judgehost default-judgehost-chroot; do
echo "::group::$IMG"
docker list
IMAGE_NAME="${GITHUB_REPOSITORY_OWNER@L}/$IMG:${{ env.DOMJUDGE_VERSION }}"
docker image tag "$IMAGE_NAME" ghcr.io/${GITHUB_REPOSITORY_OWNER@L}/$IMG:${{ env.PR_TAG }}
docker image tag "$IMAGE_NAME" ${GITHUB_REPOSITORY_OWNER@L}/$IMG:${{ env.PR_TAG }}
Expand Down

0 comments on commit 9ed975a

Please sign in to comment.