Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinnrry authored Aug 14, 2023
1 parent 536b9c1 commit a82b454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
context: .
push: true
tags: |
${{ env.REGISTRY }}/${{ github.actor }}/${{ github.repository }}:${{ steps.get_version.outputs.VERSION }}
${{ env.REGISTRY }}/${{ github.actor }}/${{ github.repository }}:latest
${{ env.REGISTRY }}/${{ github.actor,, }}/${{ github.repository,, }}:${{ steps.get_version.outputs.VERSION }}
${{ env.REGISTRY }}/${{ github.actor,, }}/${{ github.repository,, }}:latest

0 comments on commit a82b454

Please sign in to comment.