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:
|
with:
|
||||||
images: |
|
images: |
|
||||||
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
${{ 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 }}
|
tags: ${{ inputs.docker_tags }}
|
||||||
labels: |
|
labels: |
|
||||||
org.opencontainers.image.licenses=AGPL-3.0-only OR LicenseRef-Element-Commercial
|
org.opencontainers.image.licenses=AGPL-3.0-only OR LicenseRef-Element-Commercial
|
||||||
|
|||||||
Reference in New Issue
Block a user