Skip to content

Commit af6e209

Browse files
[Update] docker-image.yml
1 parent 2493509 commit af6e209

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Docker Image CI
2-
2+
permissions:
3+
contents: read
34
on:
45
push:
5-
tags: [ 'v*' ] # Trigger on tags starting with 'v'
6-
6+
tags: [ 'v*' ]
77
jobs:
88
build:
99
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)