Initial commit

This commit is contained in:
franz.germann1 2024-10-23 11:05:26 +02:00
parent acb7d15bb7
commit da78de47af
3 changed files with 26 additions and 3 deletions

View file

@ -94,12 +94,18 @@ spec:
- name: build
container:
image: ubuntu:latest
image: docker:latest
command: [sh, -c]
args:
- |
ls -la /
ls -la /shared-data
cd /shared-data/repo
docker build . -t fibonacci_go
docker tag fibonacci_go forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw/fibonacci_go:latest
docker login ...
docker push ...
volumeMounts:
- name: shared-data
mountPath: /shared-data