From d8d27dd085dc7059f855faadba9b14e265bd417d Mon Sep 17 00:00:00 2001 From: aless3 Date: Sun, 3 Mar 2024 01:14:00 +0000 Subject: [PATCH] Create ghcr.yaml --- .github/workflows/ghcr.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/ghcr.yaml diff --git a/.github/workflows/ghcr.yaml b/.github/workflows/ghcr.yaml new file mode 100644 index 0000000..1b4b78f --- /dev/null +++ b/.github/workflows/ghcr.yaml @@ -0,0 +1,10 @@ +name: Publish to GHCR.io + +on: [push] + +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