Skip to content

Commit fc666e4

Browse files
authored
ci: remove label (#72)
1 parent 5d299d2 commit fc666e4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,8 @@ jobs:
6565
images: elementsinteractive/lightman-ai
6666

6767
- name: Build and push Docker image
68-
env:
69-
LABELS: ${{ steps.meta.outputs.labels }}
7068
run: |
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 .
69+
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 }} .
7270
release_notes:
7371
runs-on: ubuntu-latest
7472
needs: [push_to_pypi, push_to_docker_hub]

0 commit comments

Comments
 (0)