mirror of
https://github.com/docker/build-push-action.git
synced 2025-11-06 22:46:56 +00:00
Compare commits
5 commits
bdb4763858
...
7a6c80e3f1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7a6c80e3f1 | ||
|
|
9e436ba9f2 | ||
|
|
62929198b5 | ||
|
|
f3677bb025 | ||
|
|
fc5427c58f |
4 changed files with 5 additions and 3 deletions
|
|
@ -131,7 +131,7 @@ jobs:
|
|||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
-
|
||||
name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
|
|
|
|||
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
File diff suppressed because one or more lines are too long
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
|
|
@ -175,6 +175,8 @@ actionsToolkit.run(
|
|||
core.info('Build summary is not yet supported on GHES');
|
||||
} else if (!(await toolkit.buildx.versionSatisfies('>=0.13.0'))) {
|
||||
core.info('Build summary requires Buildx >= 0.13.0');
|
||||
} else if (builder && builder.driver === 'kubernetes') {
|
||||
core.info('Build summary is not yet supported by the Kubernetes driver');
|
||||
} else if (!ref) {
|
||||
core.info('Build summary requires a build reference');
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue