diff --git a/.github/workflows/bot.yml b/.github/workflows/bot.yml index b7bc07154..67cfecbbd 100644 --- a/.github/workflows/bot.yml +++ b/.github/workflows/bot.yml @@ -36,7 +36,7 @@ jobs: uses: docker/build-push-action@v2 with: context: ./ - file: ./Dockerfile + file: ./Dockerfile.bot push: true tags: ${{ secrets.DOCKER_USERNAME }}/tachi-bot:stable,${{ secrets.DOCKER_USERNAME }}/tachi-bot:${{ env.VERSION_TAG }},