dev #1
5
.github/workflows/setup_docker.yml
vendored
5
.github/workflows/setup_docker.yml
vendored
@ -1,8 +1,10 @@
|
|||||||
name: Setup Docker Action
|
name: Setup Docker Action
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
- dev
|
||||||
|
- feature/*
|
||||||
jobs:
|
jobs:
|
||||||
setup_docker:
|
setup_docker:
|
||||||
if: contains(github.event.head_commit.message, '@docker')
|
if: contains(github.event.head_commit.message, '@docker')
|
||||||
@ -11,6 +13,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
python:
|
python:
|
||||||
- 3.12.7
|
- 3.12.7
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Fix Permission
|
- name: Fix Permission
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user