diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index 1df88bd..693a67b 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -69,7 +69,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.ANOPE_VERSION }}