From 1461751d7765cd75ee348f9844585b8031b67f41 Mon Sep 17 00:00:00 2001 From: Venkata Mutyala Date: Sat, 9 Dec 2023 19:13:35 -0800 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..3976d32 --- /dev/null +++ b/.github/workflows/ghcr.yaml @@ -0,0 +1,10 @@ +name: GlueOps Action + +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