Add static 'offline' tag to Docker image metadata
This commit is contained in:
parent
6d1ae40478
commit
19c05f9ea4
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker-build-offline.yml
vendored
1
.github/workflows/docker-build-offline.yml
vendored
|
|
@ -57,6 +57,7 @@ jobs:
|
||||||
images: ghcr.io/${{ github.repository }}
|
images: ghcr.io/${{ github.repository }}
|
||||||
tags: |
|
tags: |
|
||||||
type=raw,value=${{ steps.offline_tag.outputs.offline_tag }}
|
type=raw,value=${{ steps.offline_tag.outputs.offline_tag }}
|
||||||
|
type=raw,value=offline
|
||||||
|
|
||||||
- name: Build and push offline Docker image
|
- name: Build and push offline Docker image
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue