File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5757
5858 - name : Publish unstable Docker image to GitHub Package Registry
5959 if : startsWith(github.ref, 'refs/tags/') != true
60- uses : whoan/docker-build-with-cache-action@v6 .0.0
60+ uses : whoan/docker-build-with-cache-action@v7 .0.0
6161 with :
6262 username : ${{ github.repository_owner }}
6363 password : ${{ secrets.GITHUB_TOKEN }}
7171
7272 - name : Publish stable Docker image to Docker Hub
7373 if : startsWith(github.ref, 'refs/tags/')
74- uses : whoan/docker-build-with-cache-action@v6 .0.0
74+ uses : whoan/docker-build-with-cache-action@v7 .0.0
7575 with :
7676 username : ${{ secrets.DOCKERHUB_USERNAME }}
7777 password : " ${{ secrets.DOCKERHUB_PASSWORD }}"
Original file line number Diff line number Diff line change 7171 with :
7272 ref : ${{ github.event.pull_request.head.sha }}
7373 - name : Build Docker Image
74- uses : whoan/docker-build-with-cache-action@v6 .0.0
74+ uses : whoan/docker-build-with-cache-action@v7 .0.0
7575 with :
7676 username : ${{ github.repository_owner }}
7777 password : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments