Skip to content

Commit

Permalink
gha: use gha var, not env var.
Browse files Browse the repository at this point in the history
  • Loading branch information
baracudda committed Apr 5, 2024
1 parent e9bd4be commit cb165dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
"dockerfile": "Dockerfile",
"arch_allowed": "amd64",
"name": "${{ github.repository }}",
"tag": "${{ needs.build_cfg.outputs.VERSION_STR }}${ALT_TAGS}",
"tag": "${{ needs.build_cfg.outputs.VERSION_STR }}${{ needs.build_cfg.outputs.ALT_TAGS }}",
"build_args": [
]
},
Expand Down

0 comments on commit cb165dd

Please sign in to comment.