We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1854be4 commit c4926b6Copy full SHA for c4926b6
.github/workflows/build-container.yml
@@ -2,9 +2,10 @@ name: Build container image
2
on:
3
push:
4
tags:
5
+ - v*
6
7
jobs:
- push:
8
+ build-image:
9
runs-on: ubuntu-latest
10
permissions:
11
packages: write
0 commit comments