Add additional docker image tag (#4197)

* Update build-private-images-ghcr.yml
This commit is contained in:
Cenk Kücük 2024-06-06 16:49:08 +02:00 committed by GitHub
parent a0ffda06f4
commit 62cd18e5e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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