This commit is contained in:
Mayel de Borniol 2023-06-19 12:35:56 +01:00
parent 0cc66a8c80
commit 49ad3a58e6

View file

@ -589,7 +589,7 @@ rel-push label='latest':
rel-push-only build label='latest':
@echo "Pushing to $APP_DOCKER_REPO"
@docker login && docker push $APP_DOCKER_REPO:release-$FLAVOUR-$APP_VSN-{{build}} && docker push $APP_DOCKER_REPO:{{label}}-$FLAVOUR-{{arch()}}
@just rel-push-only-alt {{build}} {{label}}
# @just rel-push-only-alt {{build}} {{label}}
rel-push-only-alt build label='latest':
@echo $GITHUB_TOKEN | docker login ghcr.io -u $GITHUB_USER --password-stdin