Change Docker build context to './server'

This commit is contained in:
JuLi0n21
2026-03-03 18:44:49 +01:00
committed by GitHub
parent 41335b5023
commit 22a320f00d

View File

@@ -25,7 +25,7 @@ jobs:
- name: Build and Push - name: Build and Push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
context: . context: ./server
push: true push: true
tags: | tags: |
${{ secrets.DOCKER_REGISTRY }}/${{ secrets.DOCKER_IMAGE }}:latest ${{ secrets.DOCKER_REGISTRY }}/${{ secrets.DOCKER_IMAGE }}:latest