Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoyane committed Apr 13, 2024
1 parent 61c8d3e commit 709faa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Log in to GAR
run: gcloud auth configure-docker ${{ inputs.gar_repository }}
run: gcloud auth configure-docker ${{ inputs.gar_repository }} --quiet
- name: Build and push
id: docker_build
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 709faa4

Please sign in to comment.