Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/docker/setup-build…
Browse files Browse the repository at this point in the history
…x-action-3
  • Loading branch information
mergify[bot] authored Sep 14, 2023
2 parents 582ae1e + 574f5b7 commit 787c1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
- uses: docker/setup-buildx-action@v3

- name: Build images and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ./
cache-from: type=registry,ref=${{ env.IMAGE }}:latest
Expand Down

0 comments on commit 787c1bb

Please sign in to comment.