mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-21 10:25:11 -04:00
add plain non-user-scoped tag to docker image
This commit is contained in:
parent
e4fa56e55a
commit
43bc59b3d5
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
|
@ -43,6 +43,7 @@ jobs:
|
||||||
builder: ${{ steps.buildx.outputs.name }}
|
builder: ${{ steps.buildx.outputs.name }}
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
|
archivebox:latest
|
||||||
${{ secrets.DOCKER_USERNAME }}/archivebox:latest
|
${{ secrets.DOCKER_USERNAME }}/archivebox:latest
|
||||||
${{ secrets.DOCKER_USERNAME }}/archivebox:${{ github.sha }}
|
${{ secrets.DOCKER_USERNAME }}/archivebox:${{ github.sha }}
|
||||||
cache-from: type=local,src=/tmp/.buildx-cache
|
cache-from: type=local,src=/tmp/.buildx-cache
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue