Skip to content

Commit

Permalink
test: added checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Nov 6, 2024
1 parent 97e3baa commit 11fe835
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,12 @@ jobs:
if [[ -n "$image_to_build" ]]; then
images=$(jq -c --arg name "$image_to_build" '[.[] | select(.name == $name)]' images-data.json)
echo "${{images}}"
echo "images_to_build=${{images}}" >> ${{GITHUB_OUTPUT}}
else
images=$(jq -c '.' images-data.json)
echo "${{images}}"
echo "images_to_build=${{images}}" >> ${{GITHUB_OUTPUT}}
fi
echo "images_to_build=${{images}}" >> ${{GITHUB_OUTPUT}}
push:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 11fe835

Please sign in to comment.