diff --git a/.github/workflows/add-tag-to-existing-image.yml b/.github/workflows/add-tag-to-existing-image.yml index ec25aec979..9a251a86bb 100644 --- a/.github/workflows/add-tag-to-existing-image.yml +++ b/.github/workflows/add-tag-to-existing-image.yml @@ -32,10 +32,10 @@ jobs: uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Run add-tag-to-existing-image.sh if: github.event.inputs.images != '' && github.event.inputs.tags != '' - run: make add-tag-to-existing-image.sh + run: ./scripts/add-tag-to-existing-image.sh - name: Run add-full-image-wrapper.sh if: github.event.inputs.full_images != '' - run: make add-full-image-wrapper.sh + run: ./scripts/add-full-image-wrapper.sh - name: Check for repository changes run: | if git diff --name-only --exit-code; then