File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6262 git tag ${{ steps.full_version.outputs.full_version }}
6363 git push origin ${{ steps.full_version.outputs.full_version }}
6464 - name : Build and push
65- uses : docker/build-push-action@v6
65+ uses : docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6.19.0
6666 with :
6767 push : true
6868 tags : ghcr.io/usa-reddragon/kiri:${{ steps.tag_name.outputs.tag }}
@@ -79,15 +79,15 @@ jobs:
7979 run : |
8080 echo "major_version=${GITHUB_REF#refs/*/}" | sed 's/\.[^.]*$//' | sed 's/\.[^.]*$//' >> $GITHUB_OUTPUT
8181 - name : Build and push minor version
82- uses : docker/build-push-action@v6
82+ uses : docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6.19.0
8383 if : startsWith(github.ref, 'refs/tags/v') || github.event_name == 'release'
8484 with :
8585 push : true
8686 tags : ghcr.io/usa-reddragon/kiri:${{ steps.minor_version.outputs.minor_version }}
8787 cache-from : type=gha
8888 cache-to : type=gha,mode=max
8989 - name : Build and push major version
90- uses : docker/build-push-action@v6
90+ uses : docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6.19.0
9191 if : startsWith(github.ref, 'refs/tags/v') || github.event_name == 'release'
9292 with :
9393 push : true
Original file line number Diff line number Diff line change 2525 username : ${{ github.actor }}
2626 password : ${{ secrets.PAT }}
2727 - name : Build version
28- uses : docker/build-push-action@v6
28+ uses : docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6.19.0
2929 with :
3030 push : true
3131 tags : ghcr.io/usa-reddragon/kiri-ci:${{ github.sha }}
You can’t perform that action at this time.
0 commit comments