Skip to content

Commit

Permalink
Remove Cloud SDK condition
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidokert committed Sep 23, 2024
1 parent 21103e6 commit e3f63cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/docker/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ runs:
echo "DOCKER_TAG=${docker_tag}" >> $GITHUB_ENV
shell: bash
- name: Set up Cloud SDK
if: ${{ (steps.changed-files.outputs.any_changed == 'true') && (github.event_name == 'pull_request') && (github.event.pull_request.head.repo.fork) }}
uses: isarkis/setup-gcloud@40dce7857b354839efac498d3632050f568090b6 # v1.1.1
- name: Configure Docker auth for GCloud
shell: bash
Expand Down

0 comments on commit e3f63cb

Please sign in to comment.