diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a600578..c2cb98a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -143,7 +143,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@v4 + uses: docker/build-push-action@v5 with: context: . file: ./Containerfile