fix docker build
This commit is contained in:
parent
d97ca6b57b
commit
7d70a48bae
|
@ -63,7 +63,7 @@ jobs:
|
||||||
type=sha
|
type=sha
|
||||||
-
|
-
|
||||||
name: Build and push scratch image
|
name: Build and push scratch image
|
||||||
id: docker_build
|
id: docker_build_scratch
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
@ -89,7 +89,7 @@ jobs:
|
||||||
type=sha,suffix=-alpine
|
type=sha,suffix=-alpine
|
||||||
-
|
-
|
||||||
name: Build and push alpine image
|
name: Build and push alpine image
|
||||||
id: docker_build
|
id: docker_build_alpine
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
|
Loading…
Reference in New Issue