Skip to content

Commit

Permalink
Fix(CI): add missing meta data of imported image to job environment
Browse files Browse the repository at this point in the history
  • Loading branch information
almereyda committed May 23, 2024
1 parent 8b24175 commit 0d2630c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,10 @@ jobs:
run: |
docker load --input /tmp/pretalx-standalone-extended.tar
docker image ls -a
IMAGE_REPO=$(docker images --format "{{.Repository}}" | head -n 1)
IMAGE_TAG=$(docker images --format "{{.Tag}}" | head -n 1)
echo "BASE_IMAGE=${IMAGE_REPO}" >> "$GITHUB_ENV"
echo "BASE_TAG=${IMAGE_TAG}" >> "$GITHUB_ENV"
-
name: Checkout repository
Expand Down

0 comments on commit 0d2630c

Please sign in to comment.