Skip to content

Commit

Permalink
Shorten namespace on ghcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
0xEAB authored Aug 7, 2024
1 parent 8706150 commit 1760abe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/hcloud-build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -186,13 +186,13 @@ if ! echo '#!/bin/sh'"
./ddct generate-all
./ddct build-selection
./ddct namespace-copy 'dlangdockerized' #docker.io (no prefix)
./ddct namespace-copy 'ghcr.io/dlang-dockerized/images'
./ddct namespace-copy 'ghcr.io/dlang-dockerized'
docker login docker.io -u '${DD_DOCKERIO_USER}' -p '${DD_DOCKERIO_PASSWORD}'
CONTAINER_NAMESPACE='dlangdockerized' ./ddct namespace-publish
docker login ghcr.io -u '${DD_GHCRIO_USER}' -p '${DD_GHCRIO_PASSWORD}'
CONTAINER_NAMESPACE='ghcr.io/dlang-dockerized/images' ./ddct namespace-publish
CONTAINER_NAMESPACE='ghcr.io/dlang-dockerized' ./ddct namespace-publish
export HCLOUD_TOKEN='${HCLOUD_TOKEN}'
hcloud server delete '${serverName}'
Expand Down

0 comments on commit 1760abe

Please sign in to comment.