exec @docker @restore_db @no_cleanup
Some checks failed
Setup Native Action / native (3.12.7) (push) Has been skipped
Setup Native Action / docker (3.12.7) (push) Failing after 1m56s

This commit is contained in:
hoangvv 2025-01-15 15:30:29 +07:00
parent 6adcfc6a27
commit abf8fa46f8

View File

@ -102,6 +102,7 @@ jobs:
- name: Login Docker hub
if: contains(github.event.head_commit.message, '@push_image')
run: echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USER }} --password-stdin ${{ secrets.DOCKER_HUB }}
- name: Push Image
if: contains(github.event.head_commit.message, '@push_image')
run: make push_image