Skip to content

Commit

Permalink
fix variable for build (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyToshka authored Jan 9, 2024
1 parent d001aa6 commit 1c4e0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-hub-image-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ jobs:
tags: ${{ matrix.image }}:${{ steps.vars.outputs.tag }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
AGENT_VERSION={{ steps.vars.outputs.tag }}
AGENT_VERSION=${{ steps.vars.outputs.tag }}

0 comments on commit 1c4e0fc

Please sign in to comment.