diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index b7684ee..bc7da30 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -77,7 +77,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Build and push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . build-args: VERSION=${{ env.INSP_VERSION }}