Skip to content

Commit

Permalink
Merge pull request #65 from sopel-irc/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/build-push-action-6

build(deps): bump docker/build-push-action from 5 to 6
  • Loading branch information
dgw authored Jun 28, 2024
2 parents 138e111 + 0ca8fac commit ca25d17
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 @@ -81,7 +81,7 @@ jobs:
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
-
name: Build SOPEL for ${{ matrix.python_images }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: github.event_name != 'schedule'
with:
builder: ${{ steps.buildx.outputs.name }}
Expand All @@ -92,7 +92,7 @@ jobs:
tags: ${{ steps.tags.outputs.tags }}
-
name: Build Nightly SOPEL for ${{ matrix.python_images }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: github.event_name == 'schedule' && matrix.python_images == env.default_python
with:
builder: ${{ steps.buildx.outputs.name }}
Expand Down

0 comments on commit ca25d17

Please sign in to comment.