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