We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7cb332 commit 45b5f50Copy full SHA for 45b5f50
.github/workflows/check-update.yml.erb
@@ -15,7 +15,7 @@ jobs:
15
needs: <%= image.sub(/^baseimage/, 'debian') %>
16
<%- end -%>
17
steps:
18
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
19
20
# setup ruby
21
- uses: ruby/setup-ruby@v1
.github/workflows/ci.yml.erb
@@ -62,10 +62,10 @@ images = {
62
63
<%- if image_conf[:build_image] -%>
64
# build image
65
66
- run: docker build -t minimum2scp/<%= image %>:latest <%= image %>
67
<%- else -%>
68
69
70
71
0 commit comments