with latest tag
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2022-08-14 21:01:02 +02:00
parent 3c9607e27f
commit db4882e4ba
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -13,3 +13,4 @@ DOCKER_BUILDKIT=1 docker build -t "$tag" -t "$latest_tag" -f "$TMP/build_cuddle_
echo "pushing image"
docker push "$tag"
docker push "$latest_tag"