mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-09-02 10:53:15 +02:00
wishful thinking, not allowed to push userless tags
This commit is contained in:
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
@@ -43,7 +43,6 @@ 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
|
||||||
|
Reference in New Issue
Block a user