Skip to content

Commit

Permalink
Update gobuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mandibles232 authored Oct 20, 2023
1 parent 78f7e76 commit bcaecef
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/gobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,12 @@ jobs:
- name: Pull Image
run: docker pull docker-terrascan-local.artifactory.eng.tenable.com/tenb-cb:1.0.10.DEV231011191849-J-EPRT-TENB-CB-TENB-CB-CICD-5797-10

- name: Build and push Terrascan latest docker image
- name: Build latest docker image
run: make docker-build-push-latest
env:
MULTIPLATFORM: true
MULTIPLATFORM: true
- name: Read File and Set as Variable
id: read-file
run: |
file_content=$(<dockerhub-image-label.txt)
echo "::set-output name=file_content::$file_content"

0 comments on commit bcaecef

Please sign in to comment.