diff --git a/.tangled/workflows/publish-image.yml b/.tangled/workflows/publish-image.yml index a9cb280..c7b4ca2 100644 --- a/.tangled/workflows/publish-image.yml +++ b/.tangled/workflows/publish-image.yml @@ -30,7 +30,7 @@ steps: --context=$(pwd) \ --ignore-path=$(pwd) \ --dockerfile=$(pwd)/Dockerfile \ - --destination="atcr.io/tranquil.farm/tranquil-pds:latest" \ - --destination="atcr.io/tranquil.farm/tranquil-pds:$TANGLED_COMMIT_SHA" \ + --destination="atcr.io/labeler.margin.cafe/tranquil-pds:latest" \ + --destination="atcr.io/labeler.margin.cafe/tranquil-pds:$TANGLED_COMMIT_SHA" \ --push-retry=3 \ --skip-push-permission-check