Skip to content

Commit

Permalink
need registry in tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Yucked authored Oct 15, 2023
1 parent 383034b commit 201a735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
context: .
push: true
tags: |
${{ env.IMAGE_NAME }}:latest
${{ env.IMAGE_NAME }}:${{ github.run_number }}
ghcr.io/${{ env.IMAGE_NAME }}:latest
ghcr.io/${{ env.IMAGE_NAME }}:${{ github.run_number }}

0 comments on commit 201a735

Please sign in to comment.