deploy settings changes
This commit is contained in:
parent
74d6adf23a
commit
3d0ffd0df3
2 changed files with 52 additions and 0 deletions
|
|
@ -100,6 +100,23 @@ jobs:
|
|||
push: true
|
||||
tags: meowgit.nekoea.red/nihonium/nyanimedb-frontend:latest
|
||||
|
||||
- name: Build and push etl image
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfiles/Dockerfile_etl
|
||||
push: true
|
||||
tags: meowgit.nekoea.red/nihonium/nyanimedb-etl:latest
|
||||
|
||||
- name: Build and push image-storage image
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfiles/Dockerfile_image_storage
|
||||
push: true
|
||||
tags: meowgit.nekoea.red/nihonium/nyanimedb-image-storage:latest
|
||||
|
||||
|
||||
deploy:
|
||||
runs-on: debian-test
|
||||
needs: build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue