Skip to content

Commit

Permalink
try with env.files
Browse files Browse the repository at this point in the history
  • Loading branch information
jaamarks committed Feb 26, 2024
1 parent 21ae8aa commit 4fe9f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
uses: ./.github/actions/build-image
with:
organization: jessemarks
changed_files: ${{ steps.getfile.outputs.files }}
changed_files: ${{ env.files }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

0 comments on commit 4fe9f06

Please sign in to comment.