Compare commits
2 Commits
72b34477c4
...
a1efa7417a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a1efa7417a
|
||
|
|
8428428db9
|
@@ -5,6 +5,7 @@ on:
|
|||||||
workflow_run:
|
workflow_run:
|
||||||
types:
|
types:
|
||||||
- requested
|
- requested
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -37,5 +38,5 @@ jobs:
|
|||||||
- name: Build and push, channel 'stable'
|
- name: Build and push, channel 'stable'
|
||||||
run: |
|
run: |
|
||||||
export CHANNEL=stable
|
export CHANNEL=stable
|
||||||
export IMAGE_WITH_TAG=${{ vars.DOCKER_REGISTRY_HOST }}/${{ vars.DOCKER_REPO_AND_IMAGE }}:stable
|
export IMAGE_WITH_TAG=${{ vars.DOCKER_REGISTRY_HOST }}/${{ vars.DOCKER_REPO_AND_IMAGE }}:$CHANNEL
|
||||||
docker buildx build . --build-arg CHANNEL=$CHANNEL -t $IMAGE_WITH_TAG --no-cache --push
|
docker buildx build . --build-arg CHANNEL=$CHANNEL -t $IMAGE_WITH_TAG --no-cache --push
|
||||||
|
|||||||
Reference in New Issue
Block a user