We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23f5474 commit 5097389Copy full SHA for 5097389
1 file changed
.github/workflows/pr.yml
@@ -32,6 +32,7 @@ jobs:
32
images: ghcr.io/trajano/nextcloud
33
tags: |
34
type=ref,event=pr,suffix=-apache
35
+ type=raw,value=latest,enable=${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
36
37
- name: Build and push Docker image
38
uses: docker/build-push-action@v6
@@ -66,6 +67,7 @@ jobs:
66
67
68
69
type=ref,event=pr,suffix=-fpm
70
+ type=raw,value=fpm,enable=${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
71
72
73
0 commit comments