Skip to content

Commit

Permalink
run pull image
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Feb 22, 2024
1 parent 3107aeb commit 283d085
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-pull-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
with:
credentials_json: ${{ secrets.GCP_SERVICE_ACCOUNT_JSON_KEY }}

- id: 'setup-buildx'
name: 'Set up Docker Buildx'
uses: 'docker/setup-buildx-action@v3.0.0'

- id: 'docker-login'
name: 'Docker Login'
uses: 'docker/login-action@v3.0.0'
Expand Down

0 comments on commit 283d085

Please sign in to comment.