diff --git a/.github/workflows/DockerPublish.yml b/.github/workflows/DockerPublish.yml index 417a2cc..19e1b05 100644 --- a/.github/workflows/DockerPublish.yml +++ b/.github/workflows/DockerPublish.yml @@ -100,7 +100,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push by digest id: build - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . push: ${{ github.event_name != 'pull_request' }}