[Update] docker-image.yml

This commit is contained in:
Ramin Moradi
2025-07-20 20:32:30 +03:00
committed by GitHub
parent 249350921f
commit af6e20970e

View File

@@ -1,9 +1,9 @@
name: Docker Image CI
permissions:
contents: read
on:
push:
tags: [ 'v*' ] # Trigger on tags starting with 'v'
tags: [ 'v*' ]
jobs:
build:
runs-on: ubuntu-latest