From d6c7c2b3bc7eeba06af96d003386dd00e06d70d8 Mon Sep 17 00:00:00 2001 From: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com> Date: Wed, 21 Sep 2022 20:07:10 +0200 Subject: [PATCH] adjusting semver tag of a step in publish workflow (#2785) This is a critical fix for https://github.com/docker-mailserver/docker-mailserver/actions/runs/3095956307/jobs/5011369215 so we can properly publish images again. --- .github/workflows/generic_build.yml | 1 - .github/workflows/generic_publish.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/generic_build.yml b/.github/workflows/generic_build.yml index 9fd23e6b..4c6549ac 100644 --- a/.github/workflows/generic_build.yml +++ b/.github/workflows/generic_build.yml @@ -12,7 +12,6 @@ on: description: The cache key to use when restoring an image later value: ${{ jobs.build-image.outputs.build-cache-key }} - permissions: contents: read diff --git a/.github/workflows/generic_publish.yml b/.github/workflows/generic_publish.yml index 9f77035e..7e8f4261 100644 --- a/.github/workflows/generic_publish.yml +++ b/.github/workflows/generic_publish.yml @@ -23,7 +23,7 @@ jobs: - name: 'Prepare tags' id: prep - uses: docker/metadata-action@v4.0 + uses: docker/metadata-action@v4.0.1 with: images: | ${{ secrets.DOCKER_REPOSITORY }}