Update .gitea/workflows/build-container.yaml
Some checks failed
Build Cat Web App Container / build (push) Has been cancelled
Some checks failed
Build Cat Web App Container / build (push) Has been cancelled
This commit is contained in:
@@ -11,13 +11,13 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
run: |
|
||||
git clone https://gitea.montgomeryspot.com/myorg/myrepo.git
|
||||
cd myrepo
|
||||
git clone https://gitea.montgomeryspot.com/adam/cat-memes.repo
|
||||
cd cat-memes
|
||||
|
||||
- name: Build container image
|
||||
run: |
|
||||
cd myrepo
|
||||
podman build -f Containerfile -t myorg/catapp:latest .
|
||||
cd cat-memes
|
||||
podman build -f Containerfile -t adam/cat-memes:latest .
|
||||
|
||||
# Optional: Push to registry
|
||||
# - name: Push to registry
|
||||
|
||||
Reference in New Issue
Block a user