mirror of
https://github.com/plausible/analytics.git
synced 2024-12-23 17:44:43 +03:00
Add additional docker image tag (#4197)
* Update build-private-images-ghcr.yml
This commit is contained in:
parent
a0ffda06f4
commit
62cd18e5e7
@ -24,12 +24,15 @@ jobs:
|
||||
- name: Docker meta
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5.0.0
|
||||
env:
|
||||
DOCKER_METADATA_PR_HEAD_SHA: true
|
||||
with:
|
||||
images: ghcr.io/plausible/analytics/ee
|
||||
tags: |
|
||||
type=ref,event=pr
|
||||
type=ref,event=branch
|
||||
type=ref,event=tag
|
||||
type=sha
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
Loading…
Reference in New Issue
Block a user