building without frontend for now
All checks were successful
Build and Push Docker Images / build (push) Successful in 28s

This commit is contained in:
ChrQR 2024-05-30 00:12:11 +02:00
parent 09cb4efd55
commit 862b625056

View File

@ -35,12 +35,12 @@ jobs:
push: true
tags: gitea.rannes.dev/rannes.dev/sw-jobs-api:latest
- name: Build and push Svelte client image
uses: docker/build-push-action@v5
with:
context: ./client
push: true
tags: gitea.rannes.dev/rannes.dev/sw-jobs-client:latest
# - name: Build and push Svelte client image
# uses: docker/build-push-action@v5
# with:
# context: ./client
# push: true
# tags: gitea.rannes.dev/rannes.dev/sw-jobs-client:latest
- name: Build and push scraper image
uses: docker/build-push-action@v5