Skip to content

Make SERVER_PORT controllable via environment variables #6

Make SERVER_PORT controllable via environment variables

Make SERVER_PORT controllable via environment variables #6

Workflow file for this run

name: Build and publish a Docker image to ghcr.io
on:
push:
branches:
- main
jobs:
docker_publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and publish a Docker image for ${{ github.repository }}
uses: macbre/push-to-ghcr@master # https://github.com/marketplace/actions/push-to-ghcr
with:
image_name: ${{ github.repository }} # it will be lowercased internally
github_token: ${{ secrets.GITHUB_TOKEN }}