Compare commits

..

No commits in common. "f58488e2659d6b48d33bf75cb4af197793ce477f" and "85e876bd3a78bcc6b9925c818c482e365cf13b71" have entirely different histories.

View File

@ -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