From 43db2d0a6315f39187503604e85e2ba0080434af Mon Sep 17 00:00:00 2001 From: Carl Richter Date: Wed, 4 Aug 2021 13:57:46 +0200 Subject: [PATCH] misc: fix docker.yml --- .github/workflows/docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index d178a2c7..b8431f37 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -80,7 +80,7 @@ jobs: push: true context: . file: dev/build/Dockerfile - tags: ${{ steps.meta.outputs.tags }} + tags: ${{ steps.meta_tag.outputs.tags }} - name: Build and push Docker image (bleeding) if: false == startsWith(github.ref, 'refs/tags/v') @@ -89,4 +89,4 @@ jobs: push: true context: . file: dev/build/Dockerfile - tags: ${{ steps.meta.outputs.tags }} + tags: ${{ steps.meta_bleeding.outputs.tags }}