Merge pull request #915 from synclounge/dependabot/github_actions/docker/build-push-action-2.8.0

This commit is contained in:
dependabot[bot] 2022-01-19 12:14:08 +00:00 committed by GitHub
commit 5714cd37fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ jobs:
- name: Build and push - name: Build and push
id: docker-build id: docker-build
uses: docker/build-push-action@v2.7.0 uses: docker/build-push-action@v2.8.0
with: with:
push: true push: true
builder: ${{ steps.buildx.outputs.name }} builder: ${{ steps.buildx.outputs.name }}

View File

@ -189,7 +189,7 @@ jobs:
- name: Build and push - name: Build and push
id: docker-build id: docker-build
uses: docker/build-push-action@v2.7.0 uses: docker/build-push-action@v2.8.0
with: with:
push: true push: true
builder: ${{ steps.buildx.outputs.name }} builder: ${{ steps.buildx.outputs.name }}