Update pr.yml

Signed-off-by: Archimedes Trajano <developer@trajano.net>
pull/2465/head
Archimedes Trajano 9 months ago
parent 23f5474501
commit 5097389d11

@ -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

Loading…
Cancel
Save