CI/CD adjustments, add correct tag to images

This commit is contained in:
Phil Szalay 2025-03-13 16:22:04 +01:00
parent 4045da7e83
commit 7f6e64f6e0
4 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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