dev #1

Merged
hoangvv merged 6 commits from dev into main 2025-01-16 10:07:36 +07:00

View File

@ -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: |