Skip to content

Commit

Permalink
Update docker_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chbrandt authored Oct 24, 2023
1 parent fdccf4c commit 4928b4e
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,23 +110,11 @@ jobs:

-
name: tags
run: echo ${{ steps.meta.outputs.tags }}

-
name: tag-0
run: echo ${{ steps.meta.outputs.tags[0] }}

-
name: tag-first
run: echo ${{ steps.meta.outputs.tags.first }}

-
name: env
run: echo ${{ env }}
run: echo "${{ steps.meta.outputs.tags }}"

-
name: env-tags
run: echo $DOCKER_METADATA_OUTPUT_TAGS
run: echo "$DOCKER_METADATA_OUTPUT_TAGS"

-
name: env-tag-0
Expand Down

0 comments on commit 4928b4e

Please sign in to comment.