diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index e261bc5..e13e910 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -66,5 +66,5 @@ jobs: registry-path: ${{ github.repository_owner }}/discord-bot registry-username: ${{ github.actor }} registry-password: ${{ secrets.GITHUB_TOKEN }} - artifact-name: ManagerDiscordBot + artifact-name: DiscordBot push-image: ${{ github.ref_type == 'branch' && github.ref_protected && github.event_name != 'pull_request' }} \ No newline at end of file