chore(deps): bump docker/build-push-action from 4 to 5 (#88)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-09-27 21:21:24 -03:00 committed by GitHub
parent 6536b12f79
commit a2ca4a45b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ jobs:
- name: Build Docker image
id: build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile

View File

@ -54,7 +54,7 @@ jobs:
- name: Build and push main Docker image
id: build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
build-args: GH_TOKEN=${{ secrets.GH_TOKEN }}
context: .