1
0
mirror of https://github.com/umputun/reproxy.git synced 2025-02-16 18:34:30 +02:00

missing -t for latest

This commit is contained in:
Umputun 2021-04-11 16:59:37 -05:00
parent ef2d441e45
commit 74505c3671

View File

@ -90,4 +90,4 @@ jobs:
--build-arg CI=github --build-arg GITHUB_SHA=${GITHUB_SHA} --build-arg GIT_BRANCH=${ref} \
--platform linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64 \
-t ghcr.io/${USERNAME}/reproxy:${ref} -t ghcr.io/${USERNAME}/reproxy:latest \
-t ${USERNAME}/reproxy:${ref} ${USERNAME}/reproxy:latest .
-t ${USERNAME}/reproxy:${ref} -t ${USERNAME}/reproxy:latest .