diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index fc71821..da93328 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -52,7 +52,7 @@ jobs: # Build and push Docker image with Buildx (don't push on PR) # https://github.com/docker/build-push-action - name: Build and push Container image - uses: docker/build-push-action@v2.10.0 + uses: docker/build-push-action@v6.18.0 with: context: ./ push: ${{ github.event_name != 'pull_request' }}