Skip to content

Commit

Permalink
chore(deps): bump docker/build-push-action from 5 to 6 (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jun 18, 2024
1 parent 28f3438 commit 846fe93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
env:
DOCKER_BUILDKIT: 1
- name: Build and push container image - (Server)
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: success()
env:
DOCKER_BUILDKIT: 1
Expand All @@ -88,7 +88,7 @@ jobs:
cache-from: type=registry,ref=ghcr.io/${{ env.OWNER }}/${{ env.REPO_NAME }}:server-${{ env.TAG == 'main' && 'latest' || env.TAG }}
cache-to: type=inline
- name: Build and push container image - (UI)
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: success()
env:
DOCKER_BUILDKIT: 1
Expand Down

0 comments on commit 846fe93

Please sign in to comment.