Skip to content

Commit

Permalink
use ${{ env.TEST_TAG }} to tag image in push step
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu Dupuy <deronnax@gmail.com>
  • Loading branch information
Mathieu Dupuy authored and GitHub committed Aug 6, 2022
1 parent c84f382 commit 48daa61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/test-before-push.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: user/app:latest
tags: ${{ env.TEST_TAG }}
```
> :bulb: Build time will not be increased with this workflow because internal
Expand Down

0 comments on commit 48daa61

Please sign in to comment.