Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DGolubets committed Jul 20, 2024
1 parent 2f0b8aa commit 4e00c16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
with:
context: .
push: true
tags: "$USER/$IMAGE_NAME:$DAG_VERSION"
tags: |
${{ env.REGISTRY }}/${{ env.USER }}/${{ env.IMAGE_NAME }}:latest
${{ env.REGISTRY }}/${{ env.USER }}/${{ env.IMAGE_NAME }}:${{ env.DAG_VERSION }}
cache-from: type=gha
cache-to: type=gha,mode=max

Expand Down

0 comments on commit 4e00c16

Please sign in to comment.