Skip to content

fix: ลืม decode ก่อนส่งชื่อ 😅 (#62) #26

fix: ลืม decode ก่อนส่งชื่อ 😅 (#62)

fix: ลืม decode ก่อนส่งชื่อ 😅 (#62) #26

Workflow file for this run

name: ComCamp Backend CI for GHCR
on:
push:
branches:
- main
jobs:
build_and_publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and push the image
run: |
docker login --username imjustnon --password ${{ secrets.GH_PAT }} ghcr.io
docker build -f Dockerfile.prod --build-arg DATABASE_URL=${{ secrets.DATABASE_URL }} . --tag ghcr.io/imjustnon/comcamp37-server:latest
docker push ghcr.io/imjustnon/comcamp37-server:latest