Skip to content

Commit

Permalink
Merge branch 'master' of github.com:N0rthernL1ghts/wordpress
Browse files Browse the repository at this point in the history
  • Loading branch information
xZero707 committed Sep 22, 2023
2 parents 4543c24 + c2feba5 commit c612778
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@ jobs:
steps:
-
name: checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: Set up QEMU
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]
max-parallelism = 16
-
name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{github.actor}}
Expand All @@ -44,7 +44,7 @@ jobs:
wait-interval: 20
-
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
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
steps:
-
name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4

-
name: "Set up Docker Buildx"
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

-
name: "Build tests-util image"
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
id: build
with:
context: build/tests-util/
Expand Down

0 comments on commit c612778

Please sign in to comment.