Merge pull request #915 from synclounge/dependabot/github_actions/docker/build-push-action-2.8.0
This commit is contained in:
commit
5714cd37fb
|
@ -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 }}
|
||||||
|
|
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in New Issue