Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Lihi Zitzer committed Dec 23, 2024
1 parent 7bd9e15 commit 4fb83c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: oras check
uses: oras-project/setup-oras@v1
run: |
oras version
Expand Down Expand Up @@ -77,6 +78,7 @@ jobs:
password: ${{ secrets.AQUASEC_ACR_PASSWORD }}

- name: Deploy checks bundle to Aqua Container Registry
uses: oras-project/setup-oras@v1
run: |
tags=(latest ${{ env.RELEASE_VERSION}} ${{env.MINOR_VERSION }} ${{ env.MAJOR_VERSION }})
repo="${{ secrets.AQUSEC_ACR_REGISTRY_NAME }}/${{ github.event.repository.name }}"
Expand Down

0 comments on commit 4fb83c5

Please sign in to comment.