Skip to content

Commit

Permalink
Bump docker/build-push-action from 4 to 5 (#35)
Browse files Browse the repository at this point in the history
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](docker/build-push-action@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent dd6cd8e commit 60a70f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
org.opencontainers.image.description=KIC Test ${{ matrix.type }} Server
- name: Build Docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
id: build-push
with:
file: ${{ matrix.type }}/Dockerfile
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
org.opencontainers.image.description=KIC Test gRPC Server
- name: Build Docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
id: build-push
with:
file: grpc/Dockerfile
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
org.opencontainers.image.description=KIC Test DOS Server
- name: Build Docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
id: build-push
with:
file: nap-dos/Dockerfile
Expand Down

0 comments on commit 60a70f1

Please sign in to comment.