Skip to content

Commit 906ad8b

Browse files
authored
ci: fix format (#71)
1 parent c642139 commit 906ad8b

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,7 @@ jobs:
6868
env:
6969
LABELS: ${{ steps.meta.outputs.labels }}
7070
run: |
71-
docker buildx build \
72-
--platform linux/amd64,linux/arm64 \
73-
--push \
74-
--cache-from=type=registry,ref=ghcr.io/elementsinteractive/lightman-ai:buildcache \
75-
--cache-to=type=registry,ref=ghcr.io/elementsinteractive/lightman-ai:buildcache,mode=max \
76-
-t docker.io/elementsinteractive/lightman-ai:latest \
77-
-t docker.io/elementsinteractive/lightman-ai:${{ steps.meta.outputs.version }} \
78-
$LABELS \
79-
.
71+
docker buildx build --platform linux/amd64,linux/arm64 --push --cache-from=type=registry,ref=ghcr.io/elementsinteractive/lightman-ai:buildcache --cache-to=type=registry,ref=ghcr.io/elementsinteractive/lightman-ai:buildcache,mode=max -t docker.io/elementsinteractive/lightman-ai:latest -t docker.io/elementsinteractive/lightman-ai:${{ steps.meta.outputs.version }} $LABELS .
8072
release_notes:
8173
runs-on: ubuntu-latest
8274
needs: [push_to_pypi, push_to_docker_hub]

0 commit comments

Comments
 (0)