Skip to content

Commit

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

Bump docker/build-push-action from 3 to 4
  • Loading branch information
evgkrsk authored Jan 31, 2023
2 parents ff9969b + 4ee1ba4 commit ff3ddbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
-
name: Build docker image
id: build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
push: false
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Push docker image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
-
name: Build docker image
id: build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
push: false
Expand Down

0 comments on commit ff3ddbe

Please sign in to comment.