diff --git a/.github/workflows/reusable-build.yaml b/.github/workflows/reusable-build.yaml index cca6a4a..2903320 100644 --- a/.github/workflows/reusable-build.yaml +++ b/.github/workflows/reusable-build.yaml @@ -179,7 +179,7 @@ jobs: # Build/push image using docker buildx action - name: Build and Push Image id: build_image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: ${{ github.event_name != 'pull_request' }} context: .