diff --git a/.github/workflows/build_docker_images.yml b/.github/workflows/build_docker_images.yml index a63ea918..607e21b6 100644 --- a/.github/workflows/build_docker_images.yml +++ b/.github/workflows/build_docker_images.yml @@ -77,6 +77,8 @@ jobs: name: Generate tags id: docker_tags uses: dnaka91/action-docker-tags@v0.1 + with: + actor: bengig - name: Show generated tags run: echo "${{ steps.docker_tags.outputs.tags }}" @@ -88,4 +90,4 @@ jobs: context: . file: ./docker/demo/Dockerfile push: true - tags: ${{ steps.docker_tags.outputs.tags }} + tags: "${{ steps.docker_tags.outputs.tags }}"