Initial commit
This commit is contained in:
parent
acb7d15bb7
commit
da78de47af
3 changed files with 26 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue