Skip to content

Commit 8601659

Browse files
authored
Merge pull request #33 from KingPin/dependabot/github_actions/docker-actions-292e5e2d7a
chore(deps): bump the docker-actions group with 4 updates
2 parents 1db769e + 7a869ab commit 8601659

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/docker-ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
uses: actions/checkout@v4
101101

102102
- name: Setup Docker Buildx
103-
uses: docker/setup-buildx-action@v3
103+
uses: docker/setup-buildx-action@v4
104104

105105
- name: Set build variables
106106
id: vars
@@ -125,7 +125,7 @@ jobs:
125125
echo "CACHE_SCOPE=${{ matrix.variant }}-${{ matrix.php-version }}-${{ matrix.php-type }}-${{ matrix.php-base }}" >> $GITHUB_OUTPUT
126126
127127
- name: Build test image
128-
uses: docker/build-push-action@v6
128+
uses: docker/build-push-action@v7
129129
with:
130130
context: .
131131
file: ${{ steps.vars.outputs.DOCKERFILE }}
@@ -356,28 +356,28 @@ jobs:
356356
uses: actions/checkout@v4
357357

358358
- name: Setup QEMU
359-
uses: docker/setup-qemu-action@v3
359+
uses: docker/setup-qemu-action@v4
360360
with:
361361
platforms: amd64,arm64,arm
362362

363363
- name: Setup Docker Buildx
364-
uses: docker/setup-buildx-action@v3
364+
uses: docker/setup-buildx-action@v4
365365

366366
- name: Login to DockerHub
367-
uses: docker/login-action@v3
367+
uses: docker/login-action@v4
368368
with:
369369
username: ${{ secrets.DOCKERHUB_USERNAME }}
370370
password: ${{ secrets.DOCKERHUB_TOKEN }}
371371

372372
- name: Login to GHCR
373-
uses: docker/login-action@v3
373+
uses: docker/login-action@v4
374374
with:
375375
registry: ghcr.io
376376
username: ${{ github.repository_owner }}
377377
password: ${{ secrets.GITHUB_TOKEN }}
378378

379379
- name: Login to Quay.io
380-
uses: docker/login-action@v3
380+
uses: docker/login-action@v4
381381
with:
382382
registry: quay.io
383383
username: ${{ secrets.QUAY_USERNAME }}
@@ -408,7 +408,7 @@ jobs:
408408
echo "CACHE_SCOPE=${{ matrix.variant }}-${{ matrix.php-version }}-${{ matrix.php-type }}-${{ matrix.php-base }}" >> $GITHUB_OUTPUT
409409
410410
- name: Build and push multi-arch image
411-
uses: docker/build-push-action@v6
411+
uses: docker/build-push-action@v7
412412
with:
413413
context: .
414414
file: ${{ steps.vars.outputs.DOCKERFILE }}

0 commit comments

Comments
 (0)