Skip to content

Commit

Permalink
Update google-cloud-run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nflorescf authored Aug 29, 2024
1 parent 72abfd5 commit 8ae8f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/google-cloud-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: echo "Access Token:${{ steps.auth.outputs.access_token }}"
- name: Build Docker image
run: |
docker build . -t geppetto:latest \
docker build . --platform linux/amd64 -t geppetto:latest \
--tag us-central1-docker.pkg.dev/${{ env.PROJECT_ID }}/${{ env.REPOSITORY }}/${{ env.IMAGE }}:${{ github.sha }} \
--build-arg SLACK_BOT_TOKEN=${{ secrets.SLACK_BOT_TOKEN_STG }} \
--build-arg SLACK_APP_TOKEN=${{ secrets.SLACK_APP_TOKEN_STG }} \
Expand Down

0 comments on commit 8ae8f4e

Please sign in to comment.