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.
2 parents 7af903f + 9c3f50c commit 6e4a176Copy full SHA for 6e4a176
.github/workflows/docker_image_build.yml
@@ -31,7 +31,7 @@ jobs:
31
docker build -t "cdk-utils-build:${VERSION_NUMBER}" -f docker/Dockerfile --build-arg VERSION="${VERSION_NUMBER}" .
32
docker save "cdk-utils-build:${VERSION_NUMBER}" -o cdk-utils-build.img
33
34
- - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
+ - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
35
name: Upload docker images
36
with:
37
name: docker_artifact
0 commit comments