mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-13 06:07:04 +00:00
fix: typo pushing element registry OCI images now to the correct target (#3796)
* Push docker images to oci.element.io * prettier * add id-token permission as its required by tailscale login * pass secrets to reusable workflows * change secret path team -> voip * Update .github/workflows/build-and-publish-docker.yaml Co-authored-by: Gaël Goinvic <97093369+gaelgatelement@users.noreply.github.com> * typo --------- Co-authored-by: Gaël Goinvic <97093369+gaelgatelement@users.noreply.github.com>
This commit is contained in:
@@ -85,7 +85,7 @@ jobs:
|
||||
with:
|
||||
images: |
|
||||
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
oci-push.vpn.infra.element.io/element-web
|
||||
oci-push.vpn.infra.element.io/element-call
|
||||
tags: ${{ inputs.docker_tags }}
|
||||
labels: |
|
||||
org.opencontainers.image.licenses=AGPL-3.0-only OR LicenseRef-Element-Commercial
|
||||
|
||||
Reference in New Issue
Block a user