Merge pull request #57 from AndrewMarchukov/dependabot/github_actions/docker/build-push-action-6
Bump docker/build-push-action from 5 to 6
This commit is contained in:
commit
b6e698afcf
2 changed files with 4 additions and 4 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
-
|
||||
name: Build and push
|
||||
id: build
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
-
|
||||
name: Build and push lite
|
||||
id: build-lite
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile.lite
|
||||
|
|
|
|||
4
.github/workflows/docker-image.yml
vendored
4
.github/workflows/docker-image.yml
vendored
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
name: Build and push
|
||||
id: build
|
||||
if: steps.status.outcome == 'success'
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
|
|
@ -55,7 +55,7 @@ jobs:
|
|||
name: Build and push lite
|
||||
id: build-lite
|
||||
if: steps.status.outcome == 'success'
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile.lite
|
||||
|
|
|
|||
Loading…
Reference in a new issue