exec @docker @native @push_image @run_test
All checks were successful
Setup Native Action / native (3.12.7) (push) Successful in 1m39s
Setup Native Action / docker (3.12.7) (push) Successful in 1m12s

This commit is contained in:
hoangvv 2025-01-16 10:01:10 +07:00
parent e951192bdc
commit 8fe0eab1f7

View File

@ -1,9 +1,10 @@
name: Setup Docker Action name: Setup Docker Action
on: on:
push: push:
branches: branches:
- main - main
- dev - dev
- feature/*
jobs: jobs:
setup_docker: setup_docker:
if: contains(github.event.head_commit.message, '@docker') if: contains(github.event.head_commit.message, '@docker')