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

fix: docker gha build workflow #3167

Merged
merged 3 commits into from
Dec 3, 2024

Merge branch 'main' into dudantas/fix-docker-build

4b69dd3
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

fix: docker gha build workflow #3167

Merge branch 'main' into dudantas/fix-docker-build
4b69dd3
Select commit
Loading
Failed to load commit list.
GitHub Actions / actionlint failed Dec 3, 2024 in 0s

reviewdog [actionlint] report

reported by reviewdog 🐶

Findings (3)

.github/workflows/build-docker.yml|46 col 15| the runner of "docker/setup-buildx-action@v2" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
.github/workflows/build-docker.yml|51 col 15| the runner of "docker/login-action@v2" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
.github/workflows/build-docker.yml|100 col 15| the runner of "docker/setup-buildx-action@v2" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]

Filtered Findings (0)

Annotations

Check failure on line 46 in .github/workflows/build-docker.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/build-docker.yml#L46

the runner of "docker/setup-buildx-action@v2" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
Raw output
.github/workflows/build-docker.yml:46:15: the runner of "docker/setup-buildx-action@v2" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]

Check failure on line 51 in .github/workflows/build-docker.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/build-docker.yml#L51

the runner of "docker/login-action@v2" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
Raw output
.github/workflows/build-docker.yml:51:15: the runner of "docker/login-action@v2" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]

Check failure on line 100 in .github/workflows/build-docker.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/build-docker.yml#L100

the runner of "docker/setup-buildx-action@v2" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
Raw output
.github/workflows/build-docker.yml:100:15: the runner of "docker/setup-buildx-action@v2" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]