mirror of
https://github.com/open-webui/open-webui
synced 2025-04-06 05:35:55 +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=ref,event=branch
|
||||
type=ref,event=tag
|
||||
type=raw,value=${{ github.event.inputs.environment }}
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v5
|
||||
|
@ -17,7 +17,8 @@ services:
|
||||
- host.docker.internal:host-gateway
|
||||
|
||||
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
|
||||
env_file:
|
||||
- .env
|
||||
|
@ -16,7 +16,8 @@ services:
|
||||
- host.docker.internal:host-gateway
|
||||
|
||||
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
|
||||
env_file:
|
||||
- .env
|
||||
|
@ -17,6 +17,7 @@ services:
|
||||
|
||||
beyond-the-loop:
|
||||
image: ghcr.io/philszalay/beyond-the-loop:staging
|
||||
pull_policy: always
|
||||
container_name: beyond-the-loop
|
||||
env_file:
|
||||
- .env
|
||||
|
Loading…
Reference in New Issue
Block a user