File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed
Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 1- name : Docker Image
1+ name : Docker
22
33on :
44 push :
5- branches : [ "main" ]
6- tags : [ "v*" ]
5+ branches :
6+ - main
77 pull_request :
8- branches : [ "main" ]
8+ branches :
9+ - main
10+ release :
11+ types :
12+ - published
913
1014jobs :
1115 docker :
1923 icinga/icinga-kubernetes
2024 tags : |
2125 type=edge
26+ type=semver,pattern={{version}}
27+ type=semver,pattern={{major}}.{{minor}}
2228
2329 - name : Set up QEMU
2430 uses : docker/setup-qemu-action@v3
4147 platforms : linux/amd64,linux/arm64
4248 push : ${{ github.event_name != 'pull_request' }}
4349 tags : ${{ steps.meta.outputs.tags }}
50+ # Keep the .git to allow including the commit in the --version output, see also:
51+ # https://docs.docker.com/build/building/context/#keep-git-directory
52+ build-args : |
53+ BUILDKIT_CONTEXT_KEEP_GIT_DIR=1
You can’t perform that action at this time.
0 commit comments