diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index b8ed92a..c7d1448 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -80,7 +80,7 @@ jobs: type=raw,value=staging,enable={{is_default_branch}} - name: Build and push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ${{ matrix.context }} push: ${{ github.event_name != 'pull_request' }}