ソースを参照

push all tags

Nick Sweeting 5 年 前
コミット
6ab3cd2a66
2 ファイル変更2 行追加1 行削除
  1. 1 1
      Dockerfile
  2. 1 0
      bin/release_docker.sh

+ 1 - 1
Dockerfile

@@ -62,7 +62,7 @@ RUN curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
     && echo 'deb https://deb.nodesource.com/node_15.x buster main' >> /etc/apt/sources.list \
     && apt-get update -qq \
     && apt-get install -qq -y --no-install-recommends \
-        nodejs \
+        nodejs npm \
     && rm -rf /var/lib/apt/lists/*
 
 # Install Node dependencies

+ 1 - 0
bin/release_docker.sh

@@ -19,6 +19,7 @@ cd "$REPO_DIR"
 echo "[^] Uploading docker image"
 # docker login --username=nikisweeting
 # docker login docker.pkg.github.com --username=pirate
+docker push archivebox/archivebox:$VERSION archivebox/archivebox:$SHORT_VERSION archivebox/archivebox:latest
 docker push docker.io/nikisweeting/archivebox
 docker push docker.io/archivebox/archivebox
 docker push docker.pkg.github.com/archivebox/archivebox/archivebox