Skip to content

Trying ghcr fix

Trying ghcr fix #3

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag fossum/RCONUploader:latest
- name: push-to-ghcr
uses: macbre/push-to-ghcr@v13
with:
# Your secrets.GITHUB_TOKEN
github_token: ${{ secrets.TOKEN }}
# Image name, e.g. my-user-name/my-repo (will be lowercased)
image_name: fossum/RCONUploader:latest