Add build and publish steps #3

Merged
chimeudeonwop merged 53 commits from feature/setup-workflow-pipeline into main 2025-11-04 18:20:11 +00:00
8 changed files with 419 additions and 2 deletions
Showing only changes of commit 3881c28920 - Show all commits

View File

@ -57,7 +57,7 @@ jobs:
run: |
#docker build -t $GITEA_REGISTRY_URL/$OWNER/my-app:latest .
# registry.domain.com/<username>/my-app:latest e.g. git.bepastem.com/eberen/my-app:latest
docker build -t #GITEA_REGISTRY_URL/$OWNER/$IMAGE_NAME:latest .
docker build -t $GITEA_REGISTRY_URL/$OWNER/$IMAGE_NAME:latest .
- name: Build and push Docker image using Buildx
env: