Skip to content

update all versions #16

update all versions

update all versions #16

Workflow file for this run

name: Test Publish to Jamsocket Action
on:
push:
branches: [ "main" ]
env:
REGISTRY: new.jamcr.io
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Use the local Publish to Jamsocket Action
uses: ./.github/actions/publish-to-jamsocket
with:
JAMSOCKET_API_TOKEN: ${{ secrets.JAMSOCKET_API_TOKEN }}
IMAGE_NAME: ffeliciachang/renaissance-earth
DOCKER_BUILD_CONTEXT: ./server
DOCKERFILE_PATH: ./server/Dockerfile.jamsocket