Skip to content

feat: add support for branch protections via rules (#147) #18

feat: add support for branch protections via rules (#147)

feat: add support for branch protections via rules (#147) #18

Workflow file for this run

name: Docker CI
on:
push:
paths:
- 'Dockerfile'
- '.dockerignore'
pull_request:
paths:
- 'Dockerfile'
- '.dockerignore'
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v6
with:
persist-credentials: false
- name: Set up buildx
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
- name: Build container image
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8
with:
context: .
file: ./Dockerfile
push: false