From b0e2377f763d39f4a708e0dcf39e17a68edaec14 Mon Sep 17 00:00:00 2001 From: Elliot Blackburn Date: Fri, 16 Aug 2024 09:31:00 +0100 Subject: [PATCH] attempt to fix docker package publishing --- .github/workflows/publish-container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-container.yml b/.github/workflows/publish-container.yml index e0ac80d..adf467d 100644 --- a/.github/workflows/publish-container.yml +++ b/.github/workflows/publish-container.yml @@ -45,7 +45,7 @@ jobs: - name: Build and publish id: docker_build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: true tags: ${{ steps.meta.outputs.tags }}