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.
RUST_IMAGE_TAG
1 parent 275c5d3 commit 883f6c4Copy full SHA for 883f6c4
.github/workflows/docker.yml
@@ -77,6 +77,7 @@ jobs:
77
name: Determine if duplicated
78
id: is_duplicated
79
run: |
80
+ RUST_IMAGE_TAG=${{ matrix.rust_image_tag }}
81
CHEF_PACKAGE_VERSION=${{ steps.package_version.outputs.result }}
82
CHEF_IMAGE_TAG=$CHEF_PACKAGE_VERSION-rust-$RUST_IMAGE_TAG
83
CHEF_IMAGE=$DOCKER_REPO:$CHEF_IMAGE_TAG
0 commit comments