diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index f9708ff..2a0c2fc 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -24,9 +24,9 @@ jobs: id: changed-files uses: tj-actions/changed-files@v44 # To compare changes between the current commit and the last pushed remote commit set `since_last_remote_commit: true`. e.g - # with: + with: # since_last_remote_commit: true - + files_ignore: .github/* - name: List all changed files env: ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}