[backend] update github actions

This commit is contained in:
Halit Aksoy 2024-06-17 00:16:25 +03:00
parent faa22753fe
commit 58c594c0b1

View File

@ -2,7 +2,7 @@ name: Build & Deploy Docker Image
on: on:
push: push:
tags: tags:
- 'v[0-9]+\.[0-9]+\.[0-9]+(-[a-zA-Z0-9]+)?(\.[0-9]+)?' - v*
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest