We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4cb6cd0 + feb7b8c commit a605ac5Copy full SHA for a605ac5
1 file changed
.github/workflows/build-and-push-multiarch-image.yml
@@ -61,6 +61,10 @@ jobs:
61
contents: read
62
packages: write
63
steps:
64
+ - uses: docker/setup-docker-action@e43656e248c0bd0647d3f5c195d116aacf6fcaf4 # v4.7.0
65
+ with:
66
+ version: "version=28.5.2"
67
+
68
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
69
with:
70
ref: ${{ inputs.gitRef }}
@@ -131,6 +135,10 @@ jobs:
131
135
132
136
133
137
138
139
140
141
134
142
- name: Download Digests
143
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
144
0 commit comments