Skip to content

Commit 8476910

Browse files
authored
Update node_docker_build.yml (#589)
1 parent 2ae42f7 commit 8476910

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/node_docker_build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,10 @@ jobs:
116116
$(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
117117
${{ needs.build.outputs.digest-amd64 }} \
118118
${{ needs.build.outputs.digest-arm64 }}
119-
119+
120+
- name: Setup ORAS
121+
uses: oras-project/setup-oras@v1
122+
120123
- name: Check ORAS version
121124
run: oras version
122125

0 commit comments

Comments
 (0)