Skip to content

chore: Update pushToGhcr.yaml workflow file #1

chore: Update pushToGhcr.yaml workflow file

chore: Update pushToGhcr.yaml workflow file #1

Workflow file for this run

name: Build and Push Container to GitHub Container Registry

Check failure on line 1 in .github/workflows/pushToGhcr.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/pushToGhcr.yaml

Invalid workflow file

`pull` is not a valid event name
on:
pull:
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