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 287a632 commit 5939e11
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
- name: Create bundle
run: make bundle

# - name: Login to GitHub Packages Container registry
# uses: docker/login-action@v3
# with:
# registry: ghcr.io
# username: ${{ vars.GHCR_USER || env.GH_USER }}
# password: ${{ secrets.GITHUB_TOKEN }}
- name: Login to GitHub Packages Container registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ vars.GHCR_USER || env.GH_USER }}
password: ${{ secrets.GITHUB_TOKEN }}

# - name: Deploy policy bundle to ghcr.io (for backwards compatibility)
# run: |
Expand Down

0 comments on commit 5939e11

Please sign in to comment.