Add static 'offline' tag to Docker image metadata

This commit is contained in:
yangdx
2025-10-15 15:56:42 +08:00
parent 6d1ae40478
commit 19c05f9ea4

View File

@@ -57,6 +57,7 @@ jobs:
images: ghcr.io/${{ github.repository }}
tags: |
type=raw,value=${{ steps.offline_tag.outputs.offline_tag }}
type=raw,value=offline
- name: Build and push offline Docker image
uses: docker/build-push-action@v5