Skip to content

Commit

Permalink
0.5.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pirate committed Feb 1, 2021
1 parent 4123cdc commit 4d21a04
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions bin/build_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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 changes: 1 addition & 1 deletion docs
Submodule docs updated from 9f6254 to 3649d1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archivebox",
"version": "0.5.3",
"version": "0.5.4",
"description": "ArchiveBox: The self-hosted internet archive",
"author": "Nick Sweeting <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 4d21a04

Please sign in to comment.