We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 061b28c commit 2001ba3Copy full SHA for 2001ba3
.github/workflows/build.yml
@@ -3,7 +3,10 @@ name: Build docker image
3
permissions:
4
contents: read
5
6
-on: [push]
+on:
7
+ push:
8
+ tags-ignore:
9
+ - "*"
10
11
jobs:
12
build-image:
0 commit comments