deprecate worker in favor of capture
ci / build (push) Failing after 7m33s
Details
ci / build (push) Failing after 7m33s
Details
This commit is contained in:
parent
00530d757e
commit
30ec7404bb
|
@ -24,12 +24,12 @@ jobs:
|
|||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
- uses: mr-smithers-excellent/docker-build-push@v6
|
||||
name: Build futureporn/worker
|
||||
name: Build futureporn/capture
|
||||
with:
|
||||
image: futureporn/worker
|
||||
image: futureporn/capture
|
||||
tags: latest
|
||||
registry: gitea.futureporn.net
|
||||
dockerfile: d.worker.dockerfile
|
||||
dockerfile: d.capture.dockerfile
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue