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 c616ac4 commit c29e5ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
outputs:
environments: ${{ steps.set-images-input.outputs.images }}
steps:
- name: Check out code
- uses: actions/checkout@v4

- id: set-images-input
run: |
selected_image=${{ github.event.inputs.image_to_build }}
Expand Down

0 comments on commit c29e5ee

Please sign in to comment.