This commit is contained in:
CrazyMax
2020-10-08 01:04:25 +02:00
parent 67379bedc1
commit 2f4e6cd69d

View File

@@ -53,7 +53,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- -
name: Build and push name: Build and push
uses: crazy-max/ghaction-docker-buildx-bake@master uses: crazy-max/ghaction-docker-buildx-bake@v1
with: with:
builder: ${{ steps.buildx.outputs.name }} builder: ${{ steps.buildx.outputs.name }}
push: true push: true