Skip to content

chore: bump deps + tweak builder proto #24

chore: bump deps + tweak builder proto

chore: bump deps + tweak builder proto #24

Workflow file for this run

---
name: On Push
"on":
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build-and-push:
permissions:
contents: read
packages: write
uses: BuilderHub/actions/.github/workflows/buildah-build-push-workflow.yaml@v0.1.0-beta.2
with:
image: build-api
tags: ${{ github.sha }}
containerfiles: Dockerfile
context: .
registry: ghcr.io/builderhub
push: ${{ github.event_name == 'push' }}
secrets:
REGISTRY_USERNAME: ${{ github.actor }}
REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}