diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index edb238c77..f968bd488 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -78,7 +78,7 @@ jobs: # Step 8: Build and Push (if not a PR) - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . push: ${{ github.event_name != 'pull_request' }} @@ -88,7 +88,7 @@ jobs: # Step 9: Push to GitHub Container Registry - name: Push to GHCR if: github.event_name != 'pull_request' - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . push: true