action update

This commit is contained in:
nquidox 2025-10-09 16:37:39 +03:00
parent be5e3f6d48
commit bb231b1f9d

View file

@ -4,12 +4,12 @@ on:
- 'v[0-9]+*'
env:
IMAGE_NAME: repo-app
IMAGE_NAME: mtv2-repo-app
jobs:
docker:
name: Make image
runs-on: docker
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4