Skip to content

Update and rename main.yml to docker_image.yml #2

Update and rename main.yml to docker_image.yml

Update and rename main.yml to docker_image.yml #2

Workflow file for this run

name: "Publish to GHCR"
on: [push, workflow_dispatch]
jobs:
build_tag_push_to_ghcr:
runs-on: ubuntu-latest
steps:
- name: Build, Tag and Push Docker Image to GHCR
uses: GlueOps/github-actions-build-push-containers@main