env OWNER_LC

This commit is contained in:
我若为王 2024-12-05 13:35:23 +08:00
parent 79c5cee62c
commit 052b6cabee

View File

@ -48,7 +48,7 @@ jobs:
platforms: linux/amd64,linux/arm64,linux/s390x platforms: linux/amd64,linux/arm64,linux/s390x
file: ./Dockerfile file: ./Dockerfile
push: true push: true
tags: ghcr.io/${{ OWNER_LC }}/alipan-tv-token:latest tags: ghcr.io/${{ env.OWNER_LC }}/alipan-tv-token:latest
- name: Post build cleanup - name: Post build cleanup
run: docker builder prune --force run: docker builder prune --force