fix build

This commit is contained in:
Warunee Tamkoo 2026-03-06 23:39:28 +07:00
parent 03fcee5b46
commit 20a0692c21

View file

@ -3,11 +3,8 @@ name: Build & Deploy on Dev
on:
push:
# branches:
# - dev
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+*'
workflow_dispatch:
env:
@ -36,7 +33,8 @@ jobs:
echo "IMAGE_VERSION=${{ github.ref_name }}" >> $GITHUB_ENV
else
echo "IMAGE_VERSION=latest" >> $GITHUB_ENV
fi - name: Login in to registry
fi
- name: Login in to registry
uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY }}