diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 07f18e0..fb9dfdf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -145,7 +145,7 @@ jobs: # Build and push 2 images, One with the version tag and the other with latest tag - name: Build and push Docker images - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: ./Containerfile