Skip to content

Commit

Permalink
fix: docker build (#209)
Browse files Browse the repository at this point in the history
setup-gcloud action now refuse to execute without proper version
see: https://github.com/fetchai/fetchd/runs/5659056103?check_suite_focus=true
  • Loading branch information
daeMOn63 authored Mar 23, 2022
1 parent 18cfae0 commit 999a7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
target: hub

- name: Setup GCloud
uses: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0
with:
service_account_key: ${{ secrets.GCLOUD_KEY_IMAGES }}

Expand Down

0 comments on commit 999a7ce

Please sign in to comment.