Skip to content

Commit

Permalink
Merge branch 'master' of github.com:N0rthernL1ghts/mariadb
Browse files Browse the repository at this point in the history
  • Loading branch information
xZero707 committed Sep 13, 2023
2 parents 9591441 + ae695cb commit 3bb7a11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: docker/setup-qemu-action@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
with:
config-inline: |
[worker.oci]
Expand All @@ -37,7 +37,7 @@ jobs:
password: ${{secrets.PAT_TOKEN}}
-
name: Build and push
uses: docker/bake-action@v3.1.0
uses: docker/bake-action@v4.0.0
with:
files: build/docker-bake.hcl
push: true

0 comments on commit 3bb7a11

Please sign in to comment.