Skip to content

chore: Update pushToGhcr.yaml workflow file #2

chore: Update pushToGhcr.yaml workflow file

chore: Update pushToGhcr.yaml workflow file #2

Workflow file for this run

name: Build and Push Container to GitHub Container Registry
on:
push:
branches:
- main
jobs:
build_and_push:
runs-on: ubuntu-latest
steps:
- name: Build and Push Container to ghcr.io
uses: GlueOps/github-actions-build-push-containers@v0.3.7