Skip to content

Commit

Permalink
Merge pull request #12 from haipham22/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/build-push-action-4

Bump docker/build-push-action from 3 to 4
  • Loading branch information
haipham22 authored Jul 27, 2023
2 parents fa93f60 + 8d2a206 commit 7881f9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Build docker images
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
file: Dockerfile
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

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

0 comments on commit 7881f9d

Please sign in to comment.