Skip to content

Commit

Permalink
Update docker-hub.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-hash committed May 11, 2023
1 parent 4b05c57 commit ce77d95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
tags: |
${{ secrets.DOCKER_HUB_USERNAME }}/nym-client:latest
${{ secrets.DOCKER_HUB_USERNAME }}/nym-client:${{ steps.get_version.outputs.VERSION }}
cache-from: type=registry,ref=${{ secrets.DOCKER_HUB_USERNAME }}/nym-client:buildcache
cache-to: type=registry,ref=${{ secrets.DOCKER_HUB_USERNAME }}/nym-client:buildcache,mode=max
# cache-from: type=registry,ref=${{ secrets.DOCKER_HUB_USERNAME }}/nym-client:buildcache
# cache-to: type=registry,ref=${{ secrets.DOCKER_HUB_USERNAME }}/nym-client:buildcache,mode=max


- name: Image digest
Expand Down

0 comments on commit ce77d95

Please sign in to comment.