hello world render app
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

link to inspiration

Signed-off-by: softprops <d.tangren@gmail.com>

softprops 6cf1440f e22d76ed

+3 -3
+3 -3
.tangled/workflows/deploy.yml
··· 1 - # ATCR AppView Release 1 + # inspired by https://tangled.org/evan.jarrett.net/at-container-registry/blob/main/.tangled/workflows/release-appview.yml 2 2 # Builds multi-arch (amd64 + arm64) container image and publishes a manifest list. 3 - 3 + # 4 4 when: 5 5 - event: ["push"] 6 6 brach: ["main"] ··· 34 34 steps: 35 35 - name: Login to registry 36 36 command: | 37 - echo "${APP_PASSWORD}" | buildah login \ 37 + echo "${DOCKER_APP_PASSWORD}" | buildah login \ 38 38 -u "${IMAGE_USER}" \ 39 39 --password-stdin \ 40 40 "${IMAGE_REGISTRY}"