Skip to content

Commit fe34d42

Browse files
chore(DVIZ-24): add cache configuration in the gh actions
1 parent 48905d1 commit fe34d42

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
uses: docker/build-push-action@v6
4646
with:
4747
platforms: linux/amd64,linux/arm64
48+
cache-from: type=gha, scope=data-viz-admin
49+
cache-to: type=gha, scope=data-viz-admin
4850
context: .
4951
push: true
5052
tags: ${{ vars.DOCKER_REGISTRY }}/data-viz-admin:${{ steps.version.outputs.version }}

0 commit comments

Comments
 (0)