Skip to content

Commit

Permalink
Merge pull request #53 from Notifiarr/renovate/docker-build-push-acti…
Browse files Browse the repository at this point in the history
…on-5.x

Update docker/build-push-action action to v5
  • Loading branch information
davidnewhall authored Oct 7, 2023
2 parents f39300f + 66467c2 commit 4776888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# https://github.com/docker/build-push-action
- 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 All @@ -68,7 +68,7 @@ jobs:

- name: Build and push bot Docker image
id: build-and-push-botmanager
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
build_args:
Expand Down

0 comments on commit 4776888

Please sign in to comment.