Skip to content

Commit

Permalink
Merge pull request #212 from automatic-ripping-machine/dependabot/git…
Browse files Browse the repository at this point in the history
…hub_actions/docker/build-push-action-5

Bump docker/build-push-action from 4 to 5
  • Loading branch information
1337-server authored Jan 20, 2024
2 parents 1a1756d + 68845bf commit 185bc4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
-
name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pr-image-build.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@v4
uses: docker/build-push-action@v5
with:
push: false
context: .
Expand Down

0 comments on commit 185bc4a

Please sign in to comment.