1
Fork 0

Replace buildx action (#151)

Replace `crazy-max/ghaction-docker-buildx@v3` with `docker/setup-buildx-action@v1`, since the old version has been archived and moved to the new one
This commit is contained in:
Viktor Strate Kløvedal 2020-12-09 11:52:36 +01:00 committed by GitHub
parent 6adc79001c
commit d4900b76d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ jobs:
${TAGS} --file Dockerfile . ${TAGS} --file Dockerfile .
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: crazy-max/ghaction-docker-buildx@v3 uses: docker/setup-buildx-action@v1
- name: Docker Buildx (build) - name: Docker Buildx (build)
run: | run: |