Skip to content

Commit

Permalink
DEVOPS-499: Push releases also to aquasec reg
Browse files Browse the repository at this point in the history
  • Loading branch information
Lihi Zitzer committed Dec 23, 2024
1 parent 5939e11 commit f367440
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
username: ${{ vars.GHCR_USER || env.GH_USER }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: oras check
run: |
oras version
# - name: Deploy policy bundle to ghcr.io (for backwards compatibility)
# run: |
# tags=(latest ${{ env.RELEASE_VERSION}} ${{env.MINOR_VERSION }} ${{ env.MAJOR_VERSION }})
Expand Down

0 comments on commit f367440

Please sign in to comment.