Skip to content

Commit

Permalink
Merge pull request #43 from solarwinds/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/setup-qemu-action-3

Bump docker/setup-qemu-action from 2 to 3
  • Loading branch information
xuan-cao-swi authored Jan 16, 2024
2 parents 213d3f5 + ffcffce commit edd4d9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v4

- 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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/verify_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-qemu-action@v3

- name: Log in to the Container Registry
uses: docker/login-action@v2
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-qemu-action@v3
- run: docker pull --platform linux/arm64 redhat/ubi8
- name: Run tests in ubi8 container using QEMU
run: |
Expand Down

0 comments on commit edd4d9c

Please sign in to comment.