Skip to content
This repository was archived by the owner on Mar 17, 2023. It is now read-only.

Commit 90b033c

Browse files
authored
Update publish-docker.yml
1 parent 6f94214 commit 90b033c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v2
2222
- uses: docker/metadata-action@v3
23+
id: meta
2324
with:
2425
images: |
2526
ghcr.io/${{ github.repository_owner }}/template-operator
@@ -46,4 +47,4 @@ jobs:
4647
platforms: linux/amd64,linux/arm64
4748
push: ${{ github.event_name != 'pull_request' }}
4849
tags: ${{ steps.meta.outputs.tags }}
49-
labels: ${{ steps.meta.outputs.labels }}
50+
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)