Skip to content

Commit b749d23

Browse files
nightly-dev build
1 parent 7fcbf22 commit b749d23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-x-manual-docker-containers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
file: ./Dockerfile.${{ matrix.docker-image }}-${{ matrix.os }}
7575
context: .
7676
outputs: type=image,"name=${{ env.DOCKER_ORG }}/defectdojo-${{ matrix.docker-image}}",push-by-digest=true,name-canonical=true
77-
cache-from: type=gha
78-
cache-to: type=gha,mode=max
77+
cache-from: type=gha,scope=${{ matrix.docker-image}}-${{ matrix.os }}-${{ inputs.platform }}
78+
cache-to: type=gha,mode=max,scope=${{ matrix.docker-image}}-${{ matrix.os }}-${{ inputs.platform }}
7979

8080
# export the digest to a file
8181
- name: Export digest

0 commit comments

Comments
 (0)