Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:essentialkaos/web-utils into dev…
Browse files Browse the repository at this point in the history
…elop

* 'develop' of github.com:essentialkaos/web-utils:
  Bump docker/build-push-action from 5 to 6
  • Loading branch information
andyone committed Dec 5, 2024
2 parents cb0b3c7 + 86e81da commit 5892865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
- name: Build and push Docker images (Docker)
if: ${{ steps.build_check.outputs.build == 'true' }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
context: .
Expand All @@ -148,7 +148,7 @@ jobs:
- name: Build and push Docker images (GHCR)
if: ${{ steps.build_check.outputs.build == 'true' }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
context: .
Expand Down

0 comments on commit 5892865

Please sign in to comment.