mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-01-06 03:53:54 +02:00
Update setup-buildx-action to supported version
This commit is contained in:
parent
8c60b64cf4
commit
cbe9dccbc0
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user