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