We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4761761 commit de8c3deCopy full SHA for de8c3de
.github/workflows/build_publish_docker.yml
@@ -63,7 +63,7 @@ jobs:
63
with:
64
context: .
65
push: ${{ github.event_name != 'pull_request' }}
66
- tags: "${{ env.IMAGE_NAME }}-${{ matrix.container }}:${{ steps.meta.outputs.tags }}"
+ tags: "${{ steps.meta.outputs.tags }}"
67
labels: ${{ steps.meta.outputs.labels }}
68
file: ./docker/dockerfiles/Dockerfile.${{ matrix.container }}
69
cache-from: type=gha
0 commit comments