Skip to content

Commit

Permalink
Merge pull request #72 from erikn69/patch-2
Browse files Browse the repository at this point in the history
Bump docker/metadata-action to v5
  • Loading branch information
bestlong authored Dec 1, 2023
2 parents db62936 + c2a050c commit c89f64d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Docker meta
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images:
laradock/php-fpm
Expand All @@ -32,10 +32,10 @@ jobs:
type=raw,value=latest
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3

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

- name: Login to Docker Hub
if: ${{ (github.repository == 'laradock/php-fpm') && (github.ref == 'refs/heads/master') }}
Expand All @@ -45,7 +45,7 @@ jobs:
password: ${{ secrets.DOCKER_HUB_PASSWORD }}

- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
file: Dockerfile-${{ matrix.php_version }}
platforms: linux/amd64,linux/arm64,linux/386,linux/arm/v7,linux/arm/v6
Expand Down

0 comments on commit c89f64d

Please sign in to comment.