Skip to content

Update docker-image.yml #4

Update docker-image.yml

Update docker-image.yml #4

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