Skip to content

Commit

Permalink
make work
Browse files Browse the repository at this point in the history
Signed-off-by: Wainer dos Santos Moschetta <[email protected]>
  • Loading branch information
wainersm committed Nov 23, 2023
1 parent c51a64e commit eba94ae
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish_images_on_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,11 @@ jobs:
secrets: inherit

csi-wrapper:
needs: [changed_files]
uses: ./.github/workflows/csi_wrapper_images.yaml
if: >
github.event_name == 'push' && (
contains(github.event.push.commits.added, 'volumes/csi-wrapper/') ||
contains(github.event.push.commits.modified, 'volumes/csi-wrapper/') ||
contains(github.event.push.commits.removed, 'volumes/csi-wrapper/'))
github.event_name == 'push' &&
contains(github.jobs.changed_files.steps.changed-files.outputs.all_changed_files, 'volumes/csi-wrapper/')
with:
registry: ghcr.io/${{ github.repository_owner }}
image_tags: latest,${{ github.sha }}
Expand Down

0 comments on commit eba94ae

Please sign in to comment.