Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martijndeb authored Jan 5, 2024
1 parent 438b63a commit 71b1587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
run: |
docker-compose build
DOCKER_OUTPUT=$(docker-compose push)
DIGEST=$(echo "${DOCKER_OUTPUT}" | grep -oP '(?<=digest: ).*')
echo "${DOCKER_OUTPUT}"
DIGEST=$(echo "${DOCKER_OUTPUT}" | grep -oP '(?<=digest: ).*')
echo "DIGEST=${DIGEST}" >> $GITHUB_ENV
env:
DOCKER_BUILDKIT: 1
Expand Down

0 comments on commit 71b1587

Please sign in to comment.