Skip to content

Commit

Permalink
chore: tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
mystist committed Oct 15, 2024
1 parent 4d8f026 commit d079940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
context: .
build-args: APP_ENV=${{ github.ref_name }}
push: true
tags: ${{ env.REGISTRY }}/${{ env.CONTAINER_NAME }}:${{ github.ref_name }}
tags: ${{ env.REGISTRY }}/${{ github.repository }}/${{ env.CONTAINER_NAME }}:${{ github.ref_name }}
cache-from: type=gha
cache-to: type=gha,mode=max

Expand Down

0 comments on commit d079940

Please sign in to comment.