Skip to content

Commit

Permalink
different use of variables
Browse files Browse the repository at this point in the history
  • Loading branch information
fnattino authored Feb 29, 2024
1 parent 0a5a531 commit 815de14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
context: image
push: true
tags: |
${REPO}:${{ github.ref_name }}
${REPO}:latest
${{ env.REPO }}:${{ github.ref_name }}
${{ env.REPO }}:latest

0 comments on commit 815de14

Please sign in to comment.