1
0
forked from YaBL/app
This commit is contained in:
Michael 2025-06-21 22:09:05 +03:00
parent e3e874249c
commit c139f1c406

View File

@ -12,7 +12,7 @@ jobs:
build-docker:
runs-on: debian-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build Docker image
run: |
docker build -t git.mi6e4ka.dev/yabl/app:latest -f ./docker/Dockerfile .