Skip to content

remove registry env #21

remove registry env

remove registry env #21

Workflow file for this run

name: Test Publish to Jamsocket Action
on:
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Use the local Publish to Jamsocket Action
uses: ./.github/actions/publish-to-jamsocket
with:
jamsocket_api_token: ${{ secrets.JAMSOCKET_API_TOKEN }}
jamsocket_account: ffeliciachang
jamsocket_service: renaissance-earth
docker_build_context: ./server
dockerfile_path: ./server/Dockerfile.jamsocket