This commit is contained in:
parent
1b74679483
commit
9699ffac71
@ -27,10 +27,9 @@ steps:
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run/docker.sock
|
||||
- name: usrbin
|
||||
path: /usr/bin
|
||||
commands:
|
||||
- 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 push $REGISTRY/fediblock-instance
|
||||
when:
|
||||
@ -41,7 +40,4 @@ steps:
|
||||
volumes:
|
||||
- name: dockersock
|
||||
host:
|
||||
path: /var/run/docker.sock
|
||||
- name: usrbin
|
||||
host:
|
||||
path: /usr/bin
|
||||
path: /var/run/docker.sock
|
Loading…
Reference in New Issue
Block a user