revert to older version of bake

This commit is contained in:
Al Majumdar 2022-03-25 06:31:33 +05:30
parent bf05a18394
commit b2fe39b942

View file

@ -49,7 +49,7 @@ jobs:
run: python3 ./.github/scripts/get_latest_tags.py --repo ${{ inputs.repo }} --version ${{ inputs.version }}
- name: Build
uses: docker/bake-action@v1.7.0
uses: docker/bake-action@v1.6.0
with:
push: true
env:
@ -80,6 +80,6 @@ jobs:
- name: Push
if: ${{ inputs.push }}
uses: docker/bake-action@v1.7.0
uses: docker/bake-action@v1.6.0
with:
push: true