From ae6922dd6c99b0f59a4d8ae2559345d8fec85a10 Mon Sep 17 00:00:00 2001 From: projectmoon Date: Mon, 31 Aug 2020 22:06:35 +0000 Subject: [PATCH] Correct image name. --- .github/workflows/dicebot-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/') }}