Skip to content

Commit

Permalink
Merge pull request #101 from cmahnke/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…-actions-2741f241c8
  • Loading branch information
cmahnke authored Jan 27, 2025
2 parents bdd3519 + 6cc1b63 commit f25da1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/[email protected]
- name: Push to GitHub Packages
uses: docker/build-push-action@v6.12.0
uses: docker/build-push-action@v6.13.0
with:
push: true
platforms: linux/amd64,linux/arm64,linux/arm/v7
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/[email protected]
- name: Push to GitHub Packages
uses: docker/build-push-action@v6.12.0
uses: docker/build-push-action@v6.13.0
with:
build-args: ADDITIONAL_DEPS=parallel rsync sshpass bash findutils
push: true
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
sed -i -e 's/alpine:3.21/ghcr.io\/cmahnke\/jpeg-xl-action:${{ env.LIBJXL_VERSION }}/g' Dockerfile
cat Dockerfile
- name: Push to GitHub Packages
uses: docker/build-push-action@v6.12.0
uses: docker/build-push-action@v6.13.0
with:
context: .
build-args: GIT_TAG=${{ env.VIPS_VERSION }}
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
sed -i -e 's/alpine:3.21/ghcr.io\/cmahnke\/jpeg-xl-action:${{ env.LIBJXL_VERSION }}/g' Dockerfile
cat Dockerfile
- name: Push to GitHub Packages
uses: docker/build-push-action@v6.12.0
uses: docker/build-push-action@v6.13.0
with:
context: .
build-args: |
Expand Down

0 comments on commit f25da1c

Please sign in to comment.