push version #8

Merged
mattdimegs merged 51 commits from bugfix/code-change4john into main 2025-06-11 23:01:08 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit f183093be7 - Show all commits

View file

@ -71,9 +71,9 @@ jobs:
username: ${{ secrets.DOCKERHUB_USER }} username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Docker Build Backend - name: Docker Build Backend
run: docker build -f web/Dockerfile -t john4064/shiftsync:latest_web ./web --build-arg TEST=${{ secrets.TEST }} run: docker build -f web/Dockerfile -t john4064/shiftsync:prod_web ./web --build-arg TEST=${{ secrets.TEST }}
- name: Docker Push Backend - name: Docker Push Backend
run: docker push john4064/shiftsync:latest_web run: docker push john4064/shiftsync:prod_web
deploy: deploy:
needs: build needs: build
if: needs.build.result == 'success' && inputs.workflow_type == 'release' if: needs.build.result == 'success' && inputs.workflow_type == 'release'

View file

@ -1,6 +1,6 @@
services: services:
shiftsync-web: shiftsync-web:
image: 'docker.io/john4064/shiftsync:latest_web' image: 'docker.io/john4064/shiftsync:prod_web'
environment: environment:
- 'TESTVAR=${COOLIFY_VAR}' - 'TESTVAR=${COOLIFY_VAR}'
volumes: volumes: