Skip to content

Commit

Permalink
more debug shmebug
Browse files Browse the repository at this point in the history
  • Loading branch information
danielt-ent committed Dec 27, 2023
1 parent f27c2d2 commit b30aebd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,13 @@ jobs:
./mvnw -B -ntp package spring-boot:build-image -DskipTests -Dspring-boot.build-image.imageName=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} -Dcheckstyle.skip
echo ${{ steps.meta.outputs.tags }} | xargs docker tag ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
docker push --quiet --all-tags ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
echo huh
set -x
echo "foo=$(docker images --format='{{.Digest}}' ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }})"
echo meh
echo "DIGEST=$(docker images --format='{{.Digest}}' ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }})" >> $GITHUB_OUTPUT
set +x
echo boo
# Sign the resulting Docker image digest except on PRs.
# This will only write to the public Rekor transparency log when the Docker
Expand Down

0 comments on commit b30aebd

Please sign in to comment.