fix: update Docker image context and tags in deploy workflow #45

Merged
killer-cf merged 2 commits from config-self-convex into master 2025-11-26 13:29:48 +00:00
Showing only changes of commit de694ed665 - Show all commits

View File

@@ -21,10 +21,10 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v4
with:
context: .
context: ./apps/web
file: ./Dockerfile
push: true
# Make sure to replace with your own namespace and repository
tags: |
namespace/example:latest
killercf/sgc:latest
platforms: linux/amd64