github workflow typo

This commit is contained in:
Sander van Grieken 2021-07-09 21:34:45 +02:00
parent 397b1a31e5
commit 946f08084f

View file

@ -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 }}