Skip to content

Try to fix CI issue for action #27

Try to fix CI issue for action

Try to fix CI issue for action #27

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)