mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
0.5.4 release
This commit is contained in:
parent
4123cdc15f
commit
4d21a04ab5
4 changed files with 13 additions and 10 deletions
11
.github/workflows/docker.yml
vendored
11
.github/workflows/docker.yml
vendored
|
@ -1,10 +1,13 @@
|
||||||
name: Build Docker image
|
name: Build Docker image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
on: workflow_dispatch
|
workflow_dispatch:
|
||||||
release:
|
push:
|
||||||
types:
|
branches:
|
||||||
- created
|
- '**'
|
||||||
|
tags:
|
||||||
|
- 'v*'
|
||||||
|
# pull_request:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DOCKER_IMAGE: archivebox-ci
|
DOCKER_IMAGE: archivebox-ci
|
||||||
|
|
|
@ -17,7 +17,7 @@ cd "$REPO_DIR"
|
||||||
|
|
||||||
which docker > /dev/null
|
which docker > /dev/null
|
||||||
|
|
||||||
echo "[+] Building docker image in the background..."
|
echo "[+] Building archivebox:$VERSION docker image..."
|
||||||
docker build . -t archivebox \
|
docker build . -t archivebox \
|
||||||
-t archivebox:latest \
|
-t archivebox:latest \
|
||||||
-t archivebox:$VERSION \
|
-t archivebox:$VERSION \
|
||||||
|
@ -28,6 +28,6 @@ docker build . -t archivebox \
|
||||||
-t docker.io/archivebox/archivebox:latest \
|
-t docker.io/archivebox/archivebox:latest \
|
||||||
-t docker.io/archivebox/archivebox:$VERSION \
|
-t docker.io/archivebox/archivebox:$VERSION \
|
||||||
-t docker.io/archivebox/archivebox:$SHORT_VERSION \
|
-t docker.io/archivebox/archivebox:$SHORT_VERSION \
|
||||||
-t docker.pkg.github.com/pirate/archivebox/archivebox:latest \
|
-t docker.pkg.github.com/archivebox/archivebox/archivebox:latest \
|
||||||
-t docker.pkg.github.com/pirate/archivebox/archivebox:$VERSION \
|
-t docker.pkg.github.com/archivebox/archivebox/archivebox:$VERSION \
|
||||||
-t docker.pkg.github.com/pirate/archivebox/archivebox:$SHORT_VERSION
|
-t docker.pkg.github.com/archivebox/archivebox/archivebox:$SHORT_VERSION
|
||||||
|
|
2
docs
2
docs
|
@ -1 +1 @@
|
||||||
Subproject commit 9f6254b949ec2af017b3d75d8b33a609801dda83
|
Subproject commit 3649d11f9b23821ab7e352409a911247e7829f8b
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "archivebox",
|
"name": "archivebox",
|
||||||
"version": "0.5.3",
|
"version": "0.5.4",
|
||||||
"description": "ArchiveBox: The self-hosted internet archive",
|
"description": "ArchiveBox: The self-hosted internet archive",
|
||||||
"author": "Nick Sweeting <archivebox-npm@sweeting.me>",
|
"author": "Nick Sweeting <archivebox-npm@sweeting.me>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Loading…
Reference in a new issue