name: Build and Push Container to GitHub Container Registry on: pull_request: types: [opened, synchronize, reopened] 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 with: tags: latest