Skip to content

Commit

Permalink
Update artifact pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
madhulsachdeva authored Jul 7, 2024
1 parent 3a9a169 commit 06d6e12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
with:
context: .
push: true
tags: msachdeva/xz-repo:dta
tags: msachdeva/lo4j-demo:dta

- name: Manifest Generation
run: |
Expand All @@ -98,7 +98,7 @@ jobs:
--access-token "${{ secrets.GITHUB_TOKEN }}" \
--aqua-key "${{ secrets.AQUA_KEY }}" \
--aqua-secret "${{ secrets.AQUA_SECRET }}" \
--artifact-path "msachdeva/xz-repo:dta"
--artifact-path "msachdeva/log4j-demo:dta"
# The docker image name:tag of the newly built image
# --artifact-path "my-image-name:${{ env.tag-version }}"
Expand Down

0 comments on commit 06d6e12

Please sign in to comment.