action update
This commit is contained in:
parent
be5e3f6d48
commit
bb231b1f9d
1 changed files with 2 additions and 2 deletions
|
|
@ -4,12 +4,12 @@ on:
|
||||||
- 'v[0-9]+*'
|
- 'v[0-9]+*'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
IMAGE_NAME: repo-app
|
IMAGE_NAME: mtv2-repo-app
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
name: Make image
|
name: Make image
|
||||||
runs-on: docker
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue