Skip to content

9 odpc muteren bestaande publicatie #95

9 odpc muteren bestaande publicatie

9 odpc muteren bestaande publicatie #95

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
-
uses: actions/checkout@v4
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
-
name: Build and push
uses: docker/build-push-action@v6
with:
push: false
context: .
file: ./ODPC.Server/Dockerfile
cache-from: type=gha
cache-to: type=gha,mode=max