building without frontend for now
All checks were successful
Build and Push Docker Images / build (push) Successful in 28s
All checks were successful
Build and Push Docker Images / build (push) Successful in 28s
This commit is contained in:
parent
09cb4efd55
commit
862b625056
@ -35,12 +35,12 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
tags: gitea.rannes.dev/rannes.dev/sw-jobs-api:latest
|
tags: gitea.rannes.dev/rannes.dev/sw-jobs-api:latest
|
||||||
|
|
||||||
- name: Build and push Svelte client image
|
# - name: Build and push Svelte client image
|
||||||
uses: docker/build-push-action@v5
|
# uses: docker/build-push-action@v5
|
||||||
with:
|
# with:
|
||||||
context: ./client
|
# context: ./client
|
||||||
push: true
|
# push: true
|
||||||
tags: gitea.rannes.dev/rannes.dev/sw-jobs-client:latest
|
# tags: gitea.rannes.dev/rannes.dev/sw-jobs-client:latest
|
||||||
|
|
||||||
- name: Build and push scraper image
|
- name: Build and push scraper image
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
|
Loading…
Reference in New Issue
Block a user