Skip to content

Commit 3d37352

Browse files
authored
Chore: [AEA-0000] - do not disable docker build cache on release (#79)
## Summary - Routine Change ### Details - do not disable docker build cache on release
1 parent c097477 commit 3d37352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
with:
4848
docker_tag: '${{ needs.tag_release.outputs.version_tag }}'
4949
tag_latest: true
50-
NO_CACHE: true
50+
NO_CACHE: false

0 commit comments

Comments
 (0)