Skip to content

Commit 9f0eae7

Browse files
update release action (#280)
1 parent 99f9906 commit 9f0eae7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,10 @@ jobs:
5050
password: ${{ secrets.ECR_PUBLIC_AWS_SECRET_ACCESS_KEY }}
5151
env:
5252
AWS_REGION: us-east-1
53-
- name: Cache Docker Layers
54-
run: docker pull public.ecr.aws/opslevel/opslevel-runner:v22.07.29 || true
53+
- name: Set up QEMU
54+
uses: docker/setup-qemu-action@v3
55+
- name: Set up Docker Buildx
56+
uses: docker/setup-buildx-action@v3
5557
- name: Ensure Changelog
5658
run: |
5759
git config user.name "OpsLevel Bots"

0 commit comments

Comments
 (0)