From 56c5f28348fe7810a3c9465548e255b1799bd3cc Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Wed, 10 Jun 2020 11:37:49 +0200 Subject: [PATCH] Update docker-publish-latest.yml --- .github/workflows/docker-publish-latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish-latest.yml b/.github/workflows/docker-publish-latest.yml index b8f9e1aa7..cb3208594 100644 --- a/.github/workflows/docker-publish-latest.yml +++ b/.github/workflows/docker-publish-latest.yml @@ -19,7 +19,7 @@ jobs: contents: | VERSION_NUMBER = '${{ steps.get_version.outputs.VERSION }}' BUILD_REF = '${{ github.sha }}' - write-mode: overwrite + write-mode: overwrite - name: Build and publish image uses: ilteoood/docker_buildx@master with: