File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 40
40
41
41
- name : extract image metadata
42
42
id : meta
43
- uses : docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # pin@v5.6.1
43
+ uses : docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # pin@v5.7.0
44
44
with :
45
45
images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
46
46
tags : |
@@ -50,10 +50,10 @@ jobs:
50
50
type=sha
51
51
52
52
- name : set up QEMU
53
- uses : docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # pin@v3
53
+ uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # pin@v3
54
54
55
55
- name : set up docker buildx
56
- uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # pin@v3.8 .0
56
+ uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # pin@v3.10 .0
57
57
58
58
- name : login to ghcr
59
59
if : github.event_name != 'pull_request'
65
65
66
66
- name : build and push
67
67
id : push
68
- uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # pin@v6.13 .0
68
+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # pin@v6.15 .0
69
69
with :
70
70
context : .
71
71
push : ${{ github.event_name != 'pull_request' }}
Original file line number Diff line number Diff line change 45
45
mv ./bin/runway ./releases/runway-linux-x86_64
46
46
47
47
- name : generate artifact attestation
48
-
48
+
49
49
with :
50
50
subject-path : ' releases/runway-*'
51
51
@@ -54,15 +54,15 @@ jobs:
54
54
name : runway-binaries
55
55
path : releases/
56
56
57
- -
uses :
actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # [email protected] .2
57
+ -
uses :
actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # [email protected] .6
58
58
id : app-token
59
59
with :
60
60
app-id : ${{ vars.APP_ID }}
61
61
private-key : ${{ secrets.PRIVATE_KEY }}
62
62
63
63
- name : Push a Release
64
64
id : release
65
- uses : ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # pin@v1.15 .0
65
+ uses : ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # pin@v1.16 .0
66
66
with :
67
67
artifacts : " ./releases/*"
68
68
tag : ${{ env.VERSION }}
You can’t perform that action at this time.
0 commit comments