diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 8624cff2..e1f6ab87 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -40,7 +40,7 @@ jobs: - name: Login to GHCR uses: docker/login-action@v3 with: - registry: ghcr.io/diamondlightsource + registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} @@ -50,8 +50,8 @@ jobs: DOCKER_BUILD_RECORD_UPLOAD: false with: context: . - cache-from: type=registry,ref=ghcr.io/diamondlightsource/numtracker:buildcache - cache-to: type=registry,ref=ghcr.io/diamondlightsource/numtracker:buildcache,mode=max + # cache-from: type=registry,ref=ghcr.io/diamondlightsource/numtracker:buildcache + # cache-to: type=registry,ref=ghcr.io/diamondlightsource/numtracker:buildcache,mode=max tags: numtracker-build-cache load: true diff --git a/helm/numtracker/templates/statefulset.yaml b/helm/numtracker/templates/deployment.yaml similarity index 99% rename from helm/numtracker/templates/statefulset.yaml rename to helm/numtracker/templates/deployment.yaml index 97a5b5c0..fcdd0da9 100644 --- a/helm/numtracker/templates/statefulset.yaml +++ b/helm/numtracker/templates/deployment.yaml @@ -1,5 +1,5 @@ apiVersion: apps/v1 -kind: StatefulSet +kind: Deployment metadata: name: {{ include "numtracker.fullname" . }} labels: