Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand All @@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: apps/v1
kind: StatefulSet
kind: Deployment
metadata:
name: {{ include "numtracker.fullname" . }}
labels:
Expand Down
Loading