mirror of
https://github.com/open-webui/open-webui
synced 2025-04-28 02:01:41 +00:00
CI/CD adjustments, add correct tag to images
This commit is contained in:
parent
4045da7e83
commit
7f6e64f6e0
1
.github/workflows/docker-build-push.yml
vendored
1
.github/workflows/docker-build-push.yml
vendored
@ -43,6 +43,7 @@ jobs:
|
|||||||
type=sha,format=long
|
type=sha,format=long
|
||||||
type=ref,event=branch
|
type=ref,event=branch
|
||||||
type=ref,event=tag
|
type=ref,event=tag
|
||||||
|
type=raw,value=${{ github.event.inputs.environment }}
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
|
@ -17,7 +17,8 @@ services:
|
|||||||
- host.docker.internal:host-gateway
|
- host.docker.internal:host-gateway
|
||||||
|
|
||||||
beyond-the-loop:
|
beyond-the-loop:
|
||||||
image: ghcr.io/philszalay/beyond-the-loop:main
|
image: ghcr.io/philszalay/beyond-the-loop:production
|
||||||
|
pull_policy: always
|
||||||
container_name: beyond-the-loop
|
container_name: beyond-the-loop
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
@ -16,7 +16,8 @@ services:
|
|||||||
- host.docker.internal:host-gateway
|
- host.docker.internal:host-gateway
|
||||||
|
|
||||||
beyond-the-loop:
|
beyond-the-loop:
|
||||||
image: ghcr.io/philszalay/beyond-the-loop:main
|
image: ghcr.io/philszalay/beyond-the-loop:production
|
||||||
|
pull_policy: always
|
||||||
container_name: beyond-the-loop
|
container_name: beyond-the-loop
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
@ -17,6 +17,7 @@ services:
|
|||||||
|
|
||||||
beyond-the-loop:
|
beyond-the-loop:
|
||||||
image: ghcr.io/philszalay/beyond-the-loop:staging
|
image: ghcr.io/philszalay/beyond-the-loop:staging
|
||||||
|
pull_policy: always
|
||||||
container_name: beyond-the-loop
|
container_name: beyond-the-loop
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
Loading…
Reference in New Issue
Block a user