Skip to content

Commit

Permalink
Merge pull request #666 from deronnax/patch-1
Browse files Browse the repository at this point in the history
use ${{ env.TEST_TAG }} to tag image in push step
  • Loading branch information
CrazyMax authored and GitHub committed Aug 12, 2022
2 parents a49d9ab + 48daa61 commit 1527803
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 1527803

Please sign in to comment.