mirror of
https://github.com/spaytac/linkdingsync.git
synced 2026-01-22 17:24:45 +00:00
**update**
This commit is contained in:
parent
4e3990bdf3
commit
a64acc3602
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
@ -23,11 +23,12 @@ jobs:
|
|||||||
username: ${{github.actor}}
|
username: ${{github.actor}}
|
||||||
password: ${{secrets.GITHUB_TOKEN}}
|
password: ${{secrets.GITHUB_TOKEN}}
|
||||||
|
|
||||||
- name: 'Build Inventory Image'
|
- name: 'Build WallabagSync Image'
|
||||||
run: |
|
run: |
|
||||||
docker build -f ./Dockerfile_Wallabag --tag ghcr.io/spaytac/wallabag-sync:latest .
|
docker build -f ./Dockerfile_Wallabag --tag ghcr.io/spaytac/wallabag-sync:latest .
|
||||||
docker push ghcr.io/spaytac/wallabag-sync:latest
|
docker push ghcr.io/spaytac/wallabag-sync:latest
|
||||||
- name: 'Build Inventory Image'
|
|
||||||
|
- name: 'Build LinkdingUpdater Image'
|
||||||
run: |
|
run: |
|
||||||
docker build -f ./Dockerfile_Linkding --tag ghcr.io/spaytac/linkding-updater:latest .
|
docker build -f ./Dockerfile_Linkding --tag ghcr.io/spaytac/linkding-updater:latest .
|
||||||
docker push ghcr.io/spaytac/linkding-updater:latest
|
docker push ghcr.io/spaytac/linkding-updater:latest
|
||||||
Loading…
Reference in New Issue
Block a user