Skip to content

Commit 1b1acf6

Browse files
author
gurghet
committed
fix: simplify docker build-push step
1 parent 52439e4 commit 1b1acf6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@ jobs:
7777
with:
7878
context: .
7979
push: true
80-
tags: |
81-
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
82-
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ needs.release.outputs.new_release_version }}
80+
tags: ghcr.io/${{ github.repository }}:latest
8381
cache-from: type=gha
8482
cache-to: type=gha,mode=max
8583

0 commit comments

Comments
 (0)