You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
253 B
Bash

export BUILD_VERSION=$1
docker login git.edwardpeterson.dev
docker-compose -f docker-compose-build.yml build --pull
docker-compose -f docker-compose-build.yml push
echo "Upload complete. Make sure to update the BUILD_VERSION env var in Portainer to $1"