Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
maresb committed Jun 13, 2024
1 parent bc43739 commit ef72038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Extract base image tag from base-images.json
id: extract_base_image
run: |
BASE_IMAGE=$(jq -r ".\"${{ matrix.base-image-name }}\"" docker/base-images.json)
BASE_IMAGE=$(jq -r ".\"${{ matrix.base-image-name }}\"" base-images.json)
echo "BASE_IMAGE=$BASE_IMAGE" >> $GITHUB_ENV
- name: Print the base image
Expand Down

0 comments on commit ef72038

Please sign in to comment.