Skip to content

Commit

Permalink
updated actions.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaiasA1 committed Jul 6, 2023
1 parent 779a41d commit 6e7c02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Mod tidy
run: go mod tidy
- name: Build podmon Docker Image
run: cd cmd/podmon ; make clean build; docker build -t podmon .
run: cd cmd/podmon ; make clean build-base-image build; docker build -t podmon . --build-arg BASEIMAGE="localhost/resiliency-ubimicro"
- name: Image scanner
uses: Azure/container-scan@v0
with:
Expand Down

0 comments on commit 6e7c02d

Please sign in to comment.