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 4810ec3 commit a36c737
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
set-matrix:
runs-on: ubuntu-22.04
outputs:
environments: ${{ steps.set-images-input.outputs.images }}
images: ${{ steps.set-images-input.outputs.images }}
steps:
- name: Check out code
uses: actions/checkout@v4
Expand All @@ -39,7 +39,7 @@ jobs:
echo "images=$images" >> $GITHUB_ENV
shell: bash
- name: Set images output
id: environments
id: images
run: echo "::set-output name=images::$(cat images-data.json)"
push:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit a36c737

Please sign in to comment.