mirror of
https://github.com/plausible/analytics.git
synced 2024-12-24 10:02:10 +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
|
- name: Docker meta
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v5.0.0
|
uses: docker/metadata-action@v5.0.0
|
||||||
|
env:
|
||||||
|
DOCKER_METADATA_PR_HEAD_SHA: true
|
||||||
with:
|
with:
|
||||||
images: ghcr.io/plausible/analytics/ee
|
images: ghcr.io/plausible/analytics/ee
|
||||||
tags: |
|
tags: |
|
||||||
type=ref,event=pr
|
type=ref,event=pr
|
||||||
type=ref,event=branch
|
type=ref,event=branch
|
||||||
type=ref,event=tag
|
type=ref,event=tag
|
||||||
|
type=sha
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user