Skip to content

Commit

Permalink
Tweak GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
dbpolito committed Jan 28, 2021
1 parent 2d4c7cb commit f93b2af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
docker build -t kooldev/toolkit:$TAGNAME-full full
- name: Test docker images
env:
TAGNAME: ${{ steps.tagName.outputs.tag }}
run: |
docker run -t --rm kooldev/toolkit:$TAGNAME-terraform-aws terraform --version
docker run -t --rm kooldev/toolkit:$TAGNAME-terraform-aws aws --version
Expand Down

0 comments on commit f93b2af

Please sign in to comment.