Skip to content

Commit

Permalink
Update buildpush.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
argonaut0 committed Sep 6, 2023
1 parent 49dd37b commit c615724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildpush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v2.10.0
- name: 'Set up gcloud SDK'
uses: 'google-github-actions/setup-gcloud@v0'
with:
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Build
env:
TAG: ${{ env.GCR_URL }}/${{ env.PROJECT_ID }}/${{ env.IMAGE }}:latest
uses: docker/build-push-action@v2
uses: 'docker/build-push-action@v4.1.1'
with:
context: .
cache-from: type=gha
Expand Down

0 comments on commit c615724

Please sign in to comment.