This commit is contained in:
Umputun
2021-08-08 15:16:12 -05:00
parent a752f14ecb
commit cc686557ef
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
ref="$(echo ${GITHUB_REF} | cut -d'/' -f3)"
echo GITHUB_REF - $ref
echo ${GITHUB_PACKAGE_TOKEN} | docker login ghcr.io -u ${USERNAME} --password-stdin
docker buildx build --push --no-cache --platform linux/amd64,linux/arm/v7,linux/arm64 э
docker buildx build --push --no-cache --platform linux/amd64,linux/arm/v7,linux/arm64 \
-t ghcr.io/${USERNAME}/remark24-site:${ref} .
- name: deploy tagged (latest) to ghcr.io and dockerhub