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.
This commit is contained in:
Georg Lauterbach 2022-09-21 20:07:10 +02:00 committed by GitHub
parent 7fe6748637
commit d6c7c2b3bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,6 @@ on:
description: The cache key to use when restoring an image later description: The cache key to use when restoring an image later
value: ${{ jobs.build-image.outputs.build-cache-key }} value: ${{ jobs.build-image.outputs.build-cache-key }}
permissions: permissions:
contents: read contents: read

View File

@ -23,7 +23,7 @@ jobs:
- name: 'Prepare tags' - name: 'Prepare tags'
id: prep id: prep
uses: docker/metadata-action@v4.0 uses: docker/metadata-action@v4.0.1
with: with:
images: | images: |
${{ secrets.DOCKER_REPOSITORY }} ${{ secrets.DOCKER_REPOSITORY }}