Skip to content

Commit

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

Bump docker/build-push-action from 3 to 4
  • Loading branch information
James M. Greene authored and GitHub committed Mar 15, 2023
2 parents 0143c15 + bb97b30 commit 98742cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Expand Up @@ -53,7 +53,7 @@ jobs:
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
- name: Build and push Docker image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
file: Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/record.yml
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Build local docker image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
file: Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Build local docker image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
file: Dockerfile
Expand Down

0 comments on commit 98742cd

Please sign in to comment.