Skip to content

Merge pull request #13 from a3d3-institute/ytchoutw-patch-1 #28

Merge pull request #13 from a3d3-institute/ytchoutw-patch-1

Merge pull request #13 from a3d3-institute/ytchoutw-patch-1 #28

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-24.04
steps:
- name: Remove unnecessary files
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag hdr-image:$(date +%s)