Skip to content

Commit

Permalink
Create ghcr.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatamutyala authored Dec 10, 2023
1 parent d372a55 commit 1461751
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ghcr.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1461751

Please sign in to comment.