1
0
Fork 0
mirror of synced 2024-05-21 21:02:29 +12:00

0.5.4 release

This commit is contained in:
Nick Sweeting 2021-02-01 03:09:31 -05:00
parent 4123cdc15f
commit 4d21a04ab5
4 changed files with 13 additions and 10 deletions

View file

@ -1,10 +1,13 @@
name: Build Docker image
on:
on: workflow_dispatch
release:
types:
- created
workflow_dispatch:
push:
branches:
- '**'
tags:
- 'v*'
# pull_request:
env:
DOCKER_IMAGE: archivebox-ci

View file

@ -17,7 +17,7 @@ cd "$REPO_DIR"
which docker > /dev/null
echo "[+] Building docker image in the background..."
echo "[+] Building archivebox:$VERSION docker image..."
docker build . -t archivebox \
-t archivebox:latest \
-t archivebox:$VERSION \
@ -28,6 +28,6 @@ docker build . -t archivebox \
-t docker.io/archivebox/archivebox:latest \
-t docker.io/archivebox/archivebox:$VERSION \
-t docker.io/archivebox/archivebox:$SHORT_VERSION \
-t docker.pkg.github.com/pirate/archivebox/archivebox:latest \
-t docker.pkg.github.com/pirate/archivebox/archivebox:$VERSION \
-t docker.pkg.github.com/pirate/archivebox/archivebox:$SHORT_VERSION
-t docker.pkg.github.com/archivebox/archivebox/archivebox:latest \
-t docker.pkg.github.com/archivebox/archivebox/archivebox:$VERSION \
-t docker.pkg.github.com/archivebox/archivebox/archivebox:$SHORT_VERSION

2
docs

@ -1 +1 @@
Subproject commit 9f6254b949ec2af017b3d75d8b33a609801dda83
Subproject commit 3649d11f9b23821ab7e352409a911247e7829f8b

View file

@ -1,6 +1,6 @@
{
"name": "archivebox",
"version": "0.5.3",
"version": "0.5.4",
"description": "ArchiveBox: The self-hosted internet archive",
"author": "Nick Sweeting <archivebox-npm@sweeting.me>",
"license": "MIT",