1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08:00

fixing workflow version tags for:

"##[warning]Input 'version' has been deprecated with message: The version input will not be supported after May 30, 2020. Use buildx-version instead"
This commit is contained in:
Patrik J. Braun 2020-09-06 14:58:02 +02:00
parent 6f4d1a071b
commit 373b13f53d

View File

@ -98,7 +98,7 @@ jobs:
id: buildx id: buildx
uses: crazy-max/ghaction-docker-buildx@v1 uses: crazy-max/ghaction-docker-buildx@v1
with: with:
version: latest buildx-version: latest
- -
name: Available platforms name: Available platforms
run: echo ${{ steps.buildx.outputs.platforms }} run: echo ${{ steps.buildx.outputs.platforms }}
@ -154,7 +154,7 @@ jobs:
id: buildx id: buildx
uses: crazy-max/ghaction-docker-buildx@v1 uses: crazy-max/ghaction-docker-buildx@v1
with: with:
version: latest buildx-version: latest
- -
name: Available platforms name: Available platforms
run: echo ${{ steps.buildx.outputs.platforms }} run: echo ${{ steps.buildx.outputs.platforms }}