Skip to content

Commit

Permalink
feat(ci): added registry cache during deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
visibilityspots committed Apr 7, 2024
1 parent 3bc7947 commit fd8b570
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
tags: |
visibilityspots/cloudflared:latest
visibilityspots/cloudflared:${{ github.ref_name }}
cache-from: type=registry,ref=visibilityspots/cloudflared:buildcache
cache-to: type=registry,ref=visibilityspots/cloudflared:buildcache,mode=max

- name: Create github release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit fd8b570

Please sign in to comment.