diff --git a/.github/workflows/release-container.yml b/.github/workflows/release-container.yml index 4a4b0a2..bd0b853 100644 --- a/.github/workflows/release-container.yml +++ b/.github/workflows/release-container.yml @@ -79,7 +79,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push container image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . file: Containerfile