1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-01-20 05:09:41 +02:00

Merge pull request #2191 from MarkIannucci/MarkIannucci-patch-1

Update setup-buildx-action to supported version
This commit is contained in:
Joel Speed 2023-08-23 09:55:33 +01:00 committed by GitHub
commit 7b3a36b854
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,12 +57,12 @@ jobs:
- name: Check out code
uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: crazy-max/ghaction-docker-buildx@v3
with:
buildx-version: latest
qemu-version: latest
uses: docker/setup-buildx-action@v2
- name: Docker Build
run: |