Skip to content

Commit

Permalink
adding back atlantis integration step in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusuf Kanchwala committed Jul 1, 2021
1 parent 9442c25 commit 7c020f2
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,16 @@ jobs:
run: echo "${{ secrets.DOCKER_HUB_TOKEN }}" | docker login -u accurics --password-stdin

- name: Push Terrascan latest tag docker image
run: make docker-push-latest-tag
run: make docker-push-latest-tag

- name: Build terrascan_atlantis docker image
run: make atlantis-docker-build

- name: Push terrascan_atlantis latest tag docker image
run: make atlantis-docker-push-latest-tag

- name: Build terrascan_atlantis docker image
run: make atlantis-docker-build

- name: Push terrascan_atlantis latest tag docker image
run: make atlantis-docker-push-latest-tag

0 comments on commit 7c020f2

Please sign in to comment.