Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump docker/build-push-action from 5 to 6 #61

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
args: build --clean ${{ !startsWith(github.ref, 'refs/tags/') && '--snapshot' || '' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOPATH: ${{ needs.checks.outputs.go_path }}

Check failure on line 40 in .github/workflows/ci.yaml

View workflow job for this annotation

GitHub Actions / Actionlint

[actionlint] reported by reviewdog 🐶 property "checks" is not defined in object type {} [expression] Raw Output: .github/workflows/ci.yaml:40:25: property "checks" is not defined in object type {} [expression]

- name: Store Artifacts in Cache
uses: actions/cache@v4
Expand Down Expand Up @@ -91,7 +91,7 @@
org.opencontainers.image.description=KIC Test ${{ matrix.type }} Server

- name: Build Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
id: build-push
with:
file: ${{ matrix.type }}/Dockerfile
Expand Down Expand Up @@ -158,7 +158,7 @@
org.opencontainers.image.description=KIC Test gRPC Server

- name: Build Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
id: build-push
with:
file: grpc/Dockerfile
Expand Down Expand Up @@ -224,7 +224,7 @@
org.opencontainers.image.description=KIC Test DOS Server

- name: Build Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
id: build-push
with:
file: nap-dos/Dockerfile
Expand Down
Loading