Skip to content

Commit

Permalink
I think this output grabs the version which end up in the labels.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdklahn committed Oct 8, 2024
1 parent 0b30fd1 commit 42d7417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:
cache-to: type=gha,mode=max
labels: ${{ steps.meta.outputs.labels }}
build-args: |
VERSION=${{ steps.meta.outputs.tags }}
VERSION=${{ steps.meta.outputs.version }}
secrets: |
"gh_token=${{ secrets.GH_TOKEN }}"

0 comments on commit 42d7417

Please sign in to comment.