Skip to content

CI for main does not push #42

CI for main does not push

CI for main does not push #42

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
concurrency:
group: ci-${{ github.ref }}
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Build Docker image
run: |
echo "building code"
docker build --target builder .