mirror of
https://github.com/docker/metadata-action.git
synced 2026-07-05 05:02:50 +08:00
Compare commits
No commits in common. "f58488e2659d6b48d33bf75cb4af197793ce477f" and "85e876bd3a78bcc6b9925c818c482e365cf13b71" have entirely different histories.
f58488e265
...
85e876bd3a
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -345,7 +345,7 @@ jobs:
|
|||||||
type=sha
|
type=sha
|
||||||
-
|
-
|
||||||
name: Build and push to local registry
|
name: Build and push to local registry
|
||||||
uses: docker/build-push-action@v7
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: ./test
|
context: ./test
|
||||||
file: ./test/Dockerfile
|
file: ./test/Dockerfile
|
||||||
@ -462,7 +462,7 @@ jobs:
|
|||||||
maintainer=Foo
|
maintainer=Foo
|
||||||
-
|
-
|
||||||
name: Build
|
name: Build
|
||||||
uses: docker/build-push-action@v7
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: ./test
|
context: ./test
|
||||||
file: ./test/output.Dockerfile
|
file: ./test/output.Dockerfile
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user