Skip to content

fix script

fix script #28

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
types: [synchronize]
branches:
- main
jobs:
Build:
runs-on: Ubuntu-latest
steps:
- name: Checkout
uses: actions/Checkout@v4 #version in small letter
- name: Build
run: |
cd Docker
docker build -t ${{ github.repository }}:latest .