This commit is contained in:
parent
4416d37c74
commit
f545a4ddd6
@ -14,7 +14,7 @@ env:
|
||||
REGISTRY: docker.io
|
||||
RELEASE: latest
|
||||
USER: sthopeless
|
||||
IMAGE: ${{ github.repository.split('/')[1] }}
|
||||
IMAGE: ${{ github.repository }}
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
@ -41,4 +41,4 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: ${{ env.REGISTRY }}/${{ env.USER }}/${{ env.IMAGE }}:${{ env.RELEASE }}
|
||||
tags: ${{ env.REGISTRY }}/${{ env.USER }}/${{ env.IMAGE.split('/')[1] }}:${{ env.RELEASE }}
|
Loading…
x
Reference in New Issue
Block a user