From bbb0d54babbcad0a5337f2735beb4d8e61964df8 Mon Sep 17 00:00:00 2001 From: Orne Brocaar Date: Tue, 13 Jul 2021 11:17:55 +0100 Subject: [PATCH] Fix workflow output > outputs typo. Add labels. --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7bd46b12..7d02d2c7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -81,7 +81,8 @@ jobs: with: context: . push: true - tags: ${{ steps.meta.output.tags }} + tags: ${{ steps.meta.outputs.tags }} + labels: ${{ steps.meta.outputs.labels }} - name: Image digest run: echo ${{ steps.docker_build.outputs.digest }}