Skip to content

Commit

Permalink
Merge pull request #59 from essentialkaos/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…evelop/docker/build-push-action-5

Bump docker/build-push-action from 4 to 5
  • Loading branch information
andyone authored Sep 13, 2023
2 parents 615ecb8 + 2279e0e commit 18622ab
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@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
with:
push: true
context: .
Expand Down

0 comments on commit 18622ab

Please sign in to comment.