This commit is contained in:
parent
1b74679483
commit
9699ffac71
@ -27,10 +27,9 @@ steps:
|
|||||||
volumes:
|
volumes:
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
path: /var/run/docker.sock
|
path: /var/run/docker.sock
|
||||||
- name: usrbin
|
|
||||||
path: /usr/bin
|
|
||||||
commands:
|
commands:
|
||||||
- docker login -u $USER -p $PASS $REGISTRY
|
- docker login -u $USER -p $PASS $REGISTRY
|
||||||
|
- docker run --rm --privileged $REGISTRY/qemu-user-static --reset -p yes
|
||||||
- docker buildx build --platform amd64 -t $REGISTRY/fediblock-instance .
|
- docker buildx build --platform amd64 -t $REGISTRY/fediblock-instance .
|
||||||
- docker push $REGISTRY/fediblock-instance
|
- docker push $REGISTRY/fediblock-instance
|
||||||
when:
|
when:
|
||||||
@ -42,6 +41,3 @@ volumes:
|
|||||||
- name: dockersock
|
- name: dockersock
|
||||||
host:
|
host:
|
||||||
path: /var/run/docker.sock
|
path: /var/run/docker.sock
|
||||||
- name: usrbin
|
|
||||||
host:
|
|
||||||
path: /usr/bin
|
|
Loading…
Reference in New Issue
Block a user