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

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: |