Update pr.yml

Signed-off-by: Archimedes Trajano <developer@trajano.net>
This commit is contained in:
Archimedes Trajano 2025-09-12 21:13:24 -04:00
parent 23f5474501
commit 5097389d11

View File

@ -32,6 +32,7 @@ jobs:
images: ghcr.io/trajano/nextcloud
tags: |
type=ref,event=pr,suffix=-apache
type=raw,value=latest,enable=${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
- name: Build and push Docker image
uses: docker/build-push-action@v6
@ -66,6 +67,7 @@ jobs:
images: ghcr.io/trajano/nextcloud
tags: |
type=ref,event=pr,suffix=-fpm
type=raw,value=fpm,enable=${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
- name: Build and push Docker image
uses: docker/build-push-action@v6