File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6262 id-token : write # required for signing with cosign
6363 steps :
6464 - name : Check out the repo
65- uses : actions/checkout@v4
65+ uses : actions/checkout@v5
6666
6767 - name : Log in to GitHub Container Registry
6868 uses : docker/login-action@v3
7373
7474 - name : Build and push Docker image
7575 id : build-and-push
76- uses : docker/build-push-action@v5
76+ uses : docker/build-push-action@v6
7777 with :
7878 context : .
7979 push : true
Original file line number Diff line number Diff line change 2626 contents : read # required for actions/checkout
2727 steps :
2828 - name : Check out the repo
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030 with :
3131 ref : ${{ github.sha }} # required for better experience using pre-releases
3232 fetch-depth : " 0" # Required due to the way Git works, without it this action won't be able to find any or the correct tags
@@ -38,13 +38,13 @@ jobs:
3838 username : ${{ github.actor }}
3939 password : ${{ secrets.GITHUB_TOKEN }}
4040
41- - name : Build Docker image
41+ - name : Build Docker image and test push action
4242 id : build-to-test
43- uses : docker/build-push-action@v5
43+ uses : docker/build-push-action@v6
4444 with :
4545 context : .
4646 load : true
47- push : false
47+ push : true
4848 tags : |
4949 ghcr.io/sysdiglabs/sysdig-mcp-server:test
5050
You can’t perform that action at this time.
0 commit comments