diff --git a/.github/workflows/dicebot-ci.yml b/.github/workflows/dicebot-ci.yml index 65e806f..d68335e 100644 --- a/.github/workflows/dicebot-ci.yml +++ b/.github/workflows/dicebot-ci.yml @@ -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/') }}