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 390 additions and 2 deletions
Showing only changes of commit ba9c23cf9e - Show all commits

View File

@ -55,6 +55,10 @@ jobs:
run: |
docker build -t $GITEA_REGISTRY_URL/$OWNER/my-app:latest .
- name: List Docker images
run: |
docker images
- name: Build and push Docker image using Buildx
env:
GITEA_REGISTRY_URL: 'git.bepastem.com'