diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 29526bf..4a580fc 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -62,7 +62,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build - uses: docker/build-push-action@v6.5.0 + uses: docker/build-push-action@v6.6.1 with: context: . push: ${{ github.event_name != 'pull_request' }}