Skip to content

Commit f93b2af

Browse files
committed
Tweak GH Action
1 parent 2d4c7cb commit f93b2af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker.yml

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
docker build -t kooldev/toolkit:$TAGNAME-full full
2525
2626
- name: Test docker images
27+
env:
28+
TAGNAME: ${{ steps.tagName.outputs.tag }}
2729
run: |
2830
docker run -t --rm kooldev/toolkit:$TAGNAME-terraform-aws terraform --version
2931
docker run -t --rm kooldev/toolkit:$TAGNAME-terraform-aws aws --version

0 commit comments

Comments
 (0)