update docker/bake-action to latest version

This commit is contained in:
Al Majumdar 2022-03-24 20:53:38 +05:30
parent 296d26e2ad
commit 68d17bba44

View file

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