diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index 24c4254..b5c087b 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -7,7 +7,7 @@ when: steps: npm: - image: code.philo.ydns.eu/philorg/pnpm-deb + image: code.philo.ydns.eu/philorg/pnpm-python environment: ORG: philorg REGISTRY_TOKEN: @@ -20,11 +20,6 @@ steps: - pnpm publish --no-git-checks failure: ignore - build: - image: code.philo.ydns.eu/philorg/pnpm-deb - commands: - - pnpm build - build_publish: image: quay.io/podman/stable:latest # Caution: This image is built daily. It might fill up your image store quickly. @@ -37,7 +32,7 @@ steps: environment: registry: code.philo.ydns.eu org: philorg - container_name: treetrail-frontend + container_name: oidc-vue-test registry_token: from_secret: registry_token commands: diff --git a/package-lock.json b/package-lock.json index 91aa9a1..7c63733 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "treetrail", - "version": "0.4.5", + "version": "0.4.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "treetrail", - "version": "0.4.5", + "version": "0.4.3", "dependencies": { "@angular/animations": "^18.2.6", "@angular/cdk": "^18.2.6", diff --git a/package.json b/package.json index b408455..cc72d00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "treetrail-frontend", - "version": "0.4.5", + "version": "0.4.3", "scripts": { "ng": "ng", "start": "ng serve --proxy-config proxy.conf.json --port 4201 --serve-path /treetrail --host 0.0.0.0",