Skip to content

Commit 8808492

Browse files
committed
docker-build
1 parent defe5ba commit 8808492

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
context: .
3838
push: true
3939
tags: |
40-
${{ env.REGISTRY }}/$(echo ${{ env.IMAGE_NAME }} | tr '[:upper:]' '[:lower:]'):latest
41-
${{ env.REGISTRY }}/$(echo ${{ env.IMAGE_NAME }} | tr '[:upper:]' '[:lower:]'):${{ github.sha }}
40+
${{ env.REGISTRY }}/${{ github.repository_owner | toLower }}/${{ github.event.repository.name | toLower }}:latest
41+
${{ env.REGISTRY }}/${{ github.repository_owner | toLower }}/${{ github.event.repository.name | toLower }}:${{ github.sha }}
4242
cache-from: type=gha
4343
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)