Skip to content

Commit

Permalink
Merge pull request #102 from cmahnke/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…-actions-00fd4461d1
  • Loading branch information
cmahnke authored Feb 7, 2025
2 parents 5f4cfbb + 74eed75 commit 733849b
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 @@ -48,7 +48,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.8.0
uses: docker/setup-buildx-action@v3.9.0
- name: Push to GitHub Packages
uses: docker/[email protected]
with:
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.8.0
uses: docker/setup-buildx-action@v3.9.0
- name: Push to GitHub Packages
uses: docker/[email protected]
with:
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.8.0
uses: docker/setup-buildx-action@v3.9.0
- name: Change base image
run: |
sed -i -e 's/alpine:3.21/ghcr.io\/cmahnke\/jpeg-xl-action:${{ env.LIBJXL_VERSION }}/g' Dockerfile
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.8.0
uses: docker/setup-buildx-action@v3.9.0
- name: Change base image
run: |
sed -i -e 's/alpine:3.21/ghcr.io\/cmahnke\/jpeg-xl-action:${{ env.LIBJXL_VERSION }}/g' Dockerfile
Expand Down

0 comments on commit 733849b

Please sign in to comment.