This commit is contained in:
parent
06eb068dbf
commit
9006c6a1d4
@ -43,5 +43,5 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
no-cache: false
|
no-cache: false
|
||||||
tags: |
|
tags: |
|
||||||
${{ secrets.DOCKER_REGISTRY_USER}}/code-server-dind:latest
|
|
||||||
${{ secrets.DOCKER_REGISTRY_USER}}/code-server-dind:${{ github.sha }}
|
${{ secrets.DOCKER_REGISTRY_USER}}/code-server-dind:${{ github.sha }}
|
||||||
|
${{ secrets.DOCKER_REGISTRY_USER}}/code-server-dind:latest
|
||||||
|
@ -31,6 +31,7 @@ RUN apt-get update -y && apt-get upgrade -y && apt-get install --no-install-reco
|
|||||||
dbus \
|
dbus \
|
||||||
default-jre \
|
default-jre \
|
||||||
doas \
|
doas \
|
||||||
|
dos2unix \
|
||||||
dumb-init \
|
dumb-init \
|
||||||
file \
|
file \
|
||||||
fuse3 \
|
fuse3 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user