Skip to content

Commit 456a3a4

Browse files
committed
Fix a typo
1 parent 9ec8c67 commit 456a3a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
context: .
3535
platforms: linux/amd64,linux/arm64/v8
3636
push: ${{ github.ref == 'refs/heads/main' }}
37-
tags: ${{ steps.meta.output.tags }}
38-
labels: ${{ steps.meta.output.labels }}
37+
tags: ${{ steps.meta.outputs.tags }}
38+
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)