Skip to content

Commit

Permalink
Merge pull request #137 from clux/dependabot/github_actions/docker/bu…
Browse files Browse the repository at this point in the history
…ild-push-action-5

Bump docker/build-push-action from 3 to 5
  • Loading branch information
clux authored Feb 28, 2024
2 parents e1860d2 + 44eba4b commit 7a02d0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Build nightly image
id: build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
platforms: ${{ matrix.platform }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

- name: Build stable image
id: build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
platforms: ${{ matrix.platform }}
Expand Down

0 comments on commit 7a02d0a

Please sign in to comment.