Skip to content

Commit

Permalink
github workflow typo
Browse files Browse the repository at this point in the history
  • Loading branch information
accumulator committed Jul 9, 2021
1 parent 397b1a3 commit 946f080
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
with:
push: ${{ startsWith(github.ref, 'refs/tags/') }}
platforms: linux/amd64,linux/arm64,linux/arm/v7
tags: ${{ steps.meta.output.tags }}
labels: ${{ steps.meta.output.labels }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

- name: image digest
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit 946f080

Please sign in to comment.