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 7831be4 commit 090cfbcCopy full SHA for 090cfbc
.github/workflows/docker-publish.yml
@@ -2,7 +2,7 @@ name: Create and publish a Docker image
2
3
on:
4
push:
5
- branches: ['bullseye','buster','master']
+ branches: ['bullseye','buster']
6
workflow_dispatch:
7
8
jobs:
@@ -36,7 +36,12 @@ jobs:
36
images: |
37
${{ github.repository }}
38
ghcr.io/${{ github.repository }}
39
-
+ tags: |
40
+ type=schedule
41
+ type=ref,event=branch
42
+ type=ref,event=tag
43
+ type=ref,event=pr
44
+ type=raw,value=latest,enable={{is_default_branch}}
45
46
- name: Build and push Docker image
47
uses: docker/build-push-action@v3
0 commit comments