Skip to content

Commit

Permalink
ci: Remove usage of cache
Browse files Browse the repository at this point in the history
  • Loading branch information
sbellem committed Apr 10, 2022
1 parent f5771d6 commit a1c524f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
initc3/malicious-shamir-party.x,
initc3/malicious-shamir-party.x:${{ github.ref_name }},
initc3/malicious-shamir-party.x:${{ steps.vars.outputs.short_sha }}
cache-from: type=registry,ref=initc3/malicious-shamir-party.x:buildcache
cache-to: type=registry,ref=initc3/malicious-shamir-party.x:buildcache,mode=max
#cache-from: type=registry,ref=initc3/malicious-shamir-party.x:buildcache
#cache-to: type=registry,ref=initc3/malicious-shamir-party.x:buildcache,mode=max

mal-shamir-offline:
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -114,8 +114,8 @@ jobs:
initc3/mal-shamir-offline.x,
initc3/mal-shamir-offline.x:${{ github.ref_name }},
initc3/mal-shamir-offline.x:${{ steps.vars.outputs.short_sha }}
cache-from: type=registry,ref=initc3/mal-shamir-offline.x:buildcache
cache-to: type=registry,ref=initc3/mal-shamir-offline.x:buildcache,mode=max
#cache-from: type=registry,ref=initc3/mal-shamir-offline.x:buildcache
#cache-to: type=registry,ref=initc3/mal-shamir-offline.x:buildcache,mode=max

random-shamir:
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -152,8 +152,8 @@ jobs:
initc3/random-shamir.x,
initc3/random-shamir.x:${{ github.ref_name }},
initc3/random-shamir.x:${{ steps.vars.outputs.short_sha }}
cache-from: type=registry,ref=initc3/random-shamir.x:buildcache
cache-to: type=registry,ref=initc3/random-shamir.x:buildcache,mode=max
#cache-from: type=registry,ref=initc3/random-shamir.x:buildcache
#cache-to: type=registry,ref=initc3/random-shamir.x:buildcache,mode=max

mal-shamir:
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -187,5 +187,5 @@ jobs:
initc3/mal-shamir,
initc3/mal-shamir:${{ github.ref_name }},
initc3/mal-shamir:${{ steps.vars.outputs.short_sha }}
cache-from: type=registry,ref=initc3/mal-shamir:buildcache
cache-to: type=registry,ref=initc3/mal-shamir:buildcache,mode=max
#cache-from: type=registry,ref=initc3/mal-shamir:buildcache
#cache-to: type=registry,ref=initc3/mal-shamir:buildcache,mode=max

0 comments on commit a1c524f

Please sign in to comment.