Merge pull request #40 from AndrewMarchukov/dependabot/github_actions/docker/build-push-action-5

Bump docker/build-push-action from 3 to 5
This commit is contained in:
github-actions[bot] 2023-09-18 19:56:00 +00:00 committed by GitHub
commit 3ae3b2f275
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,7 @@ jobs:
- -
name: Build and push name: Build and push
id: build id: build
uses: docker/build-push-action@v3 uses: docker/build-push-action@v5
with: with:
context: . context: .
push: true push: true
@ -26,7 +26,7 @@ jobs:
- -
name: Build and push lite name: Build and push lite
id: build-lite id: build-lite
uses: docker/build-push-action@v3 uses: docker/build-push-action@v5
with: with:
context: . context: .
file: Dockerfile.lite file: Dockerfile.lite

View file

@ -46,7 +46,7 @@ jobs:
name: Build and push name: Build and push
id: build id: build
if: steps.status.outcome == 'success' if: steps.status.outcome == 'success'
uses: docker/build-push-action@v3 uses: docker/build-push-action@v5
with: with:
context: . context: .
push: true push: true
@ -55,7 +55,7 @@ jobs:
name: Build and push lite name: Build and push lite
id: build-lite id: build-lite
if: steps.status.outcome == 'success' if: steps.status.outcome == 'success'
uses: docker/build-push-action@v3 uses: docker/build-push-action@v5
with: with:
context: . context: .
file: Dockerfile.lite file: Dockerfile.lite