Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
toniher authored Feb 6, 2025
1 parent 4446ad0 commit 5484a31
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ env:
jobs:
push_to_registries:
name: Push Docker image to multiple registries
runs-on:
group: perlbrew
runs-on: ubuntu:24.04
#runs-on:
# group: perlbrew
permissions:
packages: write
contents: read
Expand All @@ -28,6 +29,9 @@ jobs:
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Tune QEMU
run: |
docker run --privileged --rm tonistiigi/binfmt --uninstall qemu-* && docker run --privileged --rm tonistiigi/binfmt --install all
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 5484a31

Please sign in to comment.