This commit is contained in:
parent
4416d37c74
commit
f545a4ddd6
@ -14,7 +14,7 @@ env:
|
|||||||
REGISTRY: docker.io
|
REGISTRY: docker.io
|
||||||
RELEASE: latest
|
RELEASE: latest
|
||||||
USER: sthopeless
|
USER: sthopeless
|
||||||
IMAGE: ${{ github.repository.split('/')[1] }}
|
IMAGE: ${{ github.repository }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
@ -41,4 +41,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
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