fix(deps): Bump docker/build-push-action from 4 to 5

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-09-18 22:38:01 +00:00 committed by GitHub
parent a219afbb2c
commit 539d64434d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -60,7 +60,7 @@ jobs:
uses: docker/setup-buildx-action@v2 uses: docker/setup-buildx-action@v2
- name: Test Docker Build - name: Test Docker Build
uses: docker/build-push-action@v4 uses: docker/build-push-action@v5
with: with:
context: . context: .
push: false push: false

View file

@ -80,7 +80,7 @@ jobs:
password: ${{ github.event.inputs.docker_token }} password: ${{ github.event.inputs.docker_token }}
- name: Build and publish Full Version to Docker Hub - name: Build and publish Full Version to Docker Hub
uses: docker/build-push-action@v4 uses: docker/build-push-action@v5
with: with:
context: . context: .
push: true push: true
@ -106,7 +106,7 @@ jobs:
NPM_TOKEN: ${{ github.event.inputs.npm_token }} NPM_TOKEN: ${{ github.event.inputs.npm_token }}
- name: Build and publish Light Version to Docker Hub - name: Build and publish Light Version to Docker Hub
uses: docker/build-push-action@v4 uses: docker/build-push-action@v5
with: with:
context: ./light context: ./light
file: ./light/Dockerfile file: ./light/Dockerfile