Skip to content

Commit

Permalink
cache in dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
mkolomeychenko committed Jan 18, 2022
1 parent 07111fa commit afa85d7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-push-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
LABEL_MODES=${{ env.LABEL_MODES }}
LABEL_README=${{ env.LABEL_README }}
LABEL_BUILT_AT=${{ env.LABEL_BUILT_AT }}
# cache-from: type=registry,ref=supervisely/agent:cache
# cache-to: type=registry,ref=supervisely/agent:cache,mode=max
cache-from: type=gha
cache-to: type=gha,mode=max
cache-from: type=registry,ref=supervisely/agent:cache
cache-to: type=registry,ref=supervisely/agent:cache,mode=max
# cache-from: type=gha
# cache-to: type=gha,mode=max
8 changes: 4 additions & 4 deletions .github/workflows/build-push-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
LABEL_MODES=${{ env.LABEL_MODES }}
LABEL_README=${{ env.LABEL_README }}
LABEL_BUILT_AT=${{ env.LABEL_BUILT_AT }}
# cache-from: type=registry,ref=supervisely/agent:cache
# cache-to: type=registry,ref=supervisely/agent:cache,mode=max
cache-from: type=gha
cache-to: type=gha,mode=max
cache-from: type=registry,ref=supervisely/agent:cache
cache-to: type=registry,ref=supervisely/agent:cache,mode=max
# cache-from: type=gha
# cache-to: type=gha,mode=max

0 comments on commit afa85d7

Please sign in to comment.