Skip to content

Commit

Permalink
fix: tag variable name corrected (#1860)
Browse files Browse the repository at this point in the history
  • Loading branch information
KEGustafsson authored Dec 30, 2024
1 parent c5505c9 commit 33239a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
file: ./docker/Dockerfile_rel
platforms: linux/amd64,linux/arm/v7,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: ${{ steps.docker_meta.outputs.tags }}
build-args: |
TAG=${{ steps.vars.outputs.tag }}
Expand Down

0 comments on commit 33239a2

Please sign in to comment.