forked from projectmoon/tenebrous-dicebot
Correct image name.
This commit is contained in:
parent
0388daa8ac
commit
ae6922dd6c
|
@ -41,7 +41,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
repository: myorg/myrepository
|
repository: projectmoon/chronicle-dicebot
|
||||||
tags: latest
|
tags: latest
|
||||||
push: ${{ github.ref == 'refs/heads/master' }}
|
push: ${{ github.ref == 'refs/heads/master' }}
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
repository: myorg/myrepository
|
repository: projectmoon/chronicle-dicebot
|
||||||
tags: latest
|
tags: latest
|
||||||
tag_with_ref: true
|
tag_with_ref: true
|
||||||
push: ${{ startsWith(github.ref, 'refs/tags/') }}
|
push: ${{ startsWith(github.ref, 'refs/tags/') }}
|
||||||
|
|
Loading…
Reference in New Issue