Skip to content

Commit

Permalink
Merge pull request #73 from cloudfoundry/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker/build-push-action-4

Bump docker/build-push-action from 3 to 4
  • Loading branch information
silvestre authored Aug 11, 2023
2 parents 662e376 + f6efd2b commit 5ab1c3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: make linux

- name: Build Docker
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
tags: cloudfoundry/bc:latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
push: true
Expand Down

0 comments on commit 5ab1c3b

Please sign in to comment.