Skip to content

Commit

Permalink
Merge pull request #18 from Kochava/fix-docker-build-push
Browse files Browse the repository at this point in the history
fix: pin docker build push action version
  • Loading branch information
michaelpeterswa authored Jan 24, 2023
2 parents 5f8d299 + a38000d commit fa1c9cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/base_app_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
uses: docker/setup-buildx-action@v2
# Build and push the image.
- name: Build and Push to Artifact Registry and Container Registry
uses: docker/build-push-action@v3
uses: docker/build-push-action@v3.2.0
with:
push: true
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go_app_pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
uses: docker/setup-buildx-action@v2
# Build the app.
- name: Build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v3.2.0
with:
push: false
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go_app_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
uses: docker/setup-buildx-action@v2
# Build and push the image.
- name: Build and Push to Artifact Registry and Container Registry
uses: docker/build-push-action@v3
uses: docker/build-push-action@v3.2.0
with:
push: true
context: .
Expand Down

0 comments on commit fa1c9cb

Please sign in to comment.