Update pr.yml
Signed-off-by: Archimedes Trajano <developer@trajano.net>
This commit is contained in:
parent
23f5474501
commit
5097389d11
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
@ -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…
Reference in New Issue
Block a user