update for release

This commit is contained in:
schooltechx 2023-03-20 13:02:28 +07:00
parent 91f88b2aa6
commit 4edef450a3
7 changed files with 81 additions and 26 deletions

View file

@ -3,12 +3,9 @@ run-name: remote-build ${{ github.actor }}
on:
# push:
# tags:
# - v1.**
# branches:
# - 'main'
# branches:
# - 'release-*'
# - 'v[0-9]+.[0-9]+.[0-9]+'
# tags-ignore:
# - '2.*'
# Allow run workflow manually from Action tab
workflow_dispatch:
env:
@ -31,9 +28,10 @@ jobs:
registry: ${{env.REGISTRY}}
username: ${{secrets.DOCKER_USER}}
password: ${{secrets.DOCKER_PASS}}
- uses: actions/setup-node@v3
with:
node-version: '18'
# Node no need because use 2 state build
# - uses: actions/setup-node@v3
# with:
# node-version: '18'
- name: Build and push docker image
uses: docker/build-push-action@v3
with: