Skip to content

ci: GitHub Action Updates and Security Fix #2410

ci: GitHub Action Updates and Security Fix

ci: GitHub Action Updates and Security Fix #2410

Workflow file for this run

name: Test Docker
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
docker-build:
name: Docker Build Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: check the dockerfile
run: |
docker build .