Skip to content

Commit

Permalink
Merge pull request #214 from essentialkaos/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…develop/docker/build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
andyone authored Jun 17, 2024
2 parents b66ffa9 + c3f5d3c commit 3239a7f
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 @@ -149,7 +149,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 @@ -160,7 +160,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 3239a7f

Please sign in to comment.