Skip to content

Update Dockerfile with extensions support #1

Update Dockerfile with extensions support

Update Dockerfile with extensions support #1

Workflow file for this run

name: Manual Docker Build
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
build-docker-image:
name: Build Docker Image
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build Docker Image
uses: docker/build-push-action@v2
with:
context: .
load: true # Ensures image is loaded into Docker daemon but not pushed