Merge pull request #1297 from synclounge/dependabot/github_actions/docker/build-push-action-4.0.0
ci(action): bump docker/build-push-action from 3.3.0 to 4.0.0
This commit is contained in:
commit
af1ad5e44e
|
@ -84,7 +84,7 @@ jobs:
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
id: docker-build
|
id: docker-build
|
||||||
uses: docker/build-push-action@v3.3.0
|
uses: docker/build-push-action@v4.0.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@v3.3.0
|
uses: docker/build-push-action@v4.0.0
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
builder: ${{ steps.buildx.outputs.name }}
|
builder: ${{ steps.buildx.outputs.name }}
|
||||||
|
|
Loading…
Reference in New Issue