Compare commits

..

1 commit
0.0.4 ... main

Author SHA1 Message Date
Chris (wolcen) Thompson
b5fbf28df5 Add pushing the specific version
...confirmed
2025-10-07 22:23:15 -04:00

View file

@ -16,8 +16,8 @@ export TAG="0.0.X"
git tag "${TAG}"
docker build -t git.agaric.com/agaric/deploycontainer:${TAG} .
docker tag git.agaric.com/agaric/deploycontainer:${TAG} git.agaric.com/agaric/deploycontainer:latest
docker push git.agaric.com/agaric/deploycontainer:${TAG}
docker push git.agaric.com/agaric/deploycontainer:latest
```
Need to verify pushing latest also includes the version...not sure
If you need a token for git access to git.drupalcode.org, go to https://git.drupalcode.org/-/user_settings/personal_access_tokens and grant the token api_read access. The token can be tested (i.e. inside a deploycontainer - `docker run -v .:/home/deployer -it agaric/deploycontainer:latest`) with `composer config -g gitlab-token.git.drupalcode.org {your token}` and then running composer install.