Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SonOfLope authored Jun 20, 2024
1 parent 84bd713 commit 3303818
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
file: ./Dockerfile
push: true
tags: |
${{ env.REGISTRY }}/point:commit-${{ github.sha }}
${{ env.REGISTRY }}/point:latest
${{ env.REGISTRY }}/point-virgule:commit-${{ github.sha }}
${{ env.REGISTRY }}/point-virgule:latest
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,mode=max,dest=/tmp/.buildx-cache-new

- name: Refresh Cache
run: |
rm -rf /tmp/.buildx-cache
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
mv /tmp/.buildx-cache-new /tmp/.buildx-cache

0 comments on commit 3303818

Please sign in to comment.