add worker to build order
ci / build (push) Has been cancelled Details

This commit is contained in:
CJ_Clippy 2024-07-14 21:03:37 -08:00
parent e7c3b2132a
commit 30bbebd955
2 changed files with 12 additions and 0 deletions

View File

@ -65,3 +65,13 @@ jobs:
dockerfile: d.strapi.dockerfile dockerfile: d.strapi.dockerfile
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}
- uses: mr-smithers-excellent/docker-build-push@v6
name: Build futureporn/worker
with:
image: futureporn/worker
tags: latest
registry: gitea.futureporn.net
dockerfile: d.worker.dockerfile
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

View File

@ -2,6 +2,8 @@ ifeq ($(ENV),)
$(error ENV variable is not defined. Please set it to one of development|staging|production) $(error ENV variable is not defined. Please set it to one of development|staging|production)
endif endif
.PHONY: flux
namespaces: namespaces:
./scripts/k8s-namespaces.sh ./scripts/k8s-namespaces.sh