Skip to content

Commit

Permalink
Updated action
Browse files Browse the repository at this point in the history
  • Loading branch information
crock committed Jun 19, 2020
1 parent a93c215 commit a10cad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
- uses: actions/checkout@v2

- name: Docker Build For Discord Bots
uses: crock/docker-build-push-discord@1.0.1
uses: crock/docker-build-push-discord@1.0.2
env:
GCLOUD_PROJECT_ID: ${{ secrets.GCLOUD_PROJECT_ID }}
GCLOUD_AUTH: ${{ secrets.GCLOUD_AUTH }}
REGISTRY_URL: "gcr.io"
BOT_TOKEN: ${{ secrets.TOKEN }}
with:
image_name: "verification-bot"
image_tag: "latest"
bot_token: ${{ secrets.TOKEN }}

0 comments on commit a10cad2

Please sign in to comment.