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 2981ecf commit 1e9f33fCopy full SHA for 1e9f33f
.github/workflows/docker.yaml
@@ -131,6 +131,9 @@ jobs:
131
needs:
132
- build-mina-frontend-image
133
steps:
134
+ - name: Git checkout
135
+ uses: actions/checkout@v5
136
+
137
- name: Set up environment variables
138
run: |
139
if [[ "${{ github.ref }}" == "refs/heads/develop" ]]; then
@@ -158,6 +161,9 @@ jobs:
158
161
159
162
- build-mina-node-image
160
163
164
165
166
167
168
169
0 commit comments