Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Sep 5, 2023
1 parent 54bcf87 commit 9a2a3f9
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 @@ -42,8 +42,8 @@ jobs:
type=sha
- name: echo tags/labels
run: |
echo tags: ${{ steps.meta.output.tags }}
echo labels: ${{ steps.meta.output.labels }}
echo tags: ${{ steps.meta.outputs.tags }}
echo labels: ${{ steps.meta.outputs.labels }}
- name: Build and push Docker image
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
Expand Down

0 comments on commit 9a2a3f9

Please sign in to comment.