Skip to content

chore: update readme + makefile #4

chore: update readme + makefile

chore: update readme + makefile #4

Workflow file for this run

name: On Push
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
jobs:
build-and-push:
permissions:
contents: read
packages: write
uses: builderhub/actions-internal/.github/workflows/build-push-image.yaml@main
with:
build-type: dockerfile
image-name: build-api
dockerfile: Dockerfile
context: .
buildx-args: --secret id=netrc,env=SECRET_SLOT_0
secrets:
registry-password: ${{ secrets.GITHUB_TOKEN }}
secret-slot-0: |
machine github.com login x-access-token password ${{ secrets.ORG_REPO_READ_ONLY }}