Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Sep 11, 2023
1 parent 9ec8c67 commit 456a3a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64/v8
push: ${{ github.ref == 'refs/heads/main' }}
tags: ${{ steps.meta.output.tags }}
labels: ${{ steps.meta.output.labels }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 456a3a4

Please sign in to comment.