File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 22name : Build and push the container image
33
44on : # yamllint disable-line rule:truthy
5- [push, pull_request]
5+ push :
6+ pull_request :
7+ release :
8+ types : [published]
69
710jobs :
811 lint :
@@ -35,13 +38,11 @@ jobs:
3538 "${{ env.CONTAINER_IMAGE_ID }}"
3639 "ghcr.io/${{ env.CONTAINER_IMAGE_ID }}"
3740 tags : |
38- type=raw,value=latest,enable={{is_default_branch}}
39- type=ref,event=pr
41+ type=ref,event=branch,enable={{is_default_branch}}
4042 type=semver,pattern={{version}}
4143 type=semver,pattern={{major}}.{{minor}}.{{patch}}
4244 type=semver,pattern={{major}}.{{minor}}
4345 type=semver,pattern={{major}}
44- type=sha
4546
4647 - name : Set up QEMU
4748 uses : docker/setup-qemu-action@v2
@@ -105,5 +106,5 @@ jobs:
105106 username: ${{ secrets.DOCKER_USERNAME }}
106107 password: ${{ secrets.DOCKER_PASSWORD }}
107108 repository: "${{ env.CONTAINER_IMAGE_ID }}"
108- short-description: "A virtualized implementation of PXE supported by dnsmasq "
109+ short-description: "https://github.com/ferrarimarco/docker-pxe "
109110 ...
You can’t perform that action at this time.
0 commit comments