Skip to content

Commit 5097389

Browse files
committed
Update pr.yml
Signed-off-by: Archimedes Trajano <developer@trajano.net>
1 parent 23f5474 commit 5097389

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
images: ghcr.io/trajano/nextcloud
3333
tags: |
3434
type=ref,event=pr,suffix=-apache
35+
type=raw,value=latest,enable=${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
3536
3637
- name: Build and push Docker image
3738
uses: docker/build-push-action@v6
@@ -66,6 +67,7 @@ jobs:
6667
images: ghcr.io/trajano/nextcloud
6768
tags: |
6869
type=ref,event=pr,suffix=-fpm
70+
type=raw,value=fpm,enable=${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
6971
7072
- name: Build and push Docker image
7173
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)