diff --git a/.github/workflows/build-and-push-image.yaml b/.github/workflows/build-and-push-image.yaml index 8d19c00..137ffc0 100644 --- a/.github/workflows/build-and-push-image.yaml +++ b/.github/workflows/build-and-push-image.yaml @@ -98,7 +98,7 @@ jobs: # Docs: https://github.com/docker/build-push-action#usage - name: Build and push container image id: push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: # Build the "production" target (stage) defined in the `Dockerfile`. context: .