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 4fb83c5 commit 8513c43
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,21 @@ jobs:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@v4

- 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: Checkout
# uses: actions/checkout@v4
#
# - 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: oras check
uses: oras-project/setup-oras@v1
run: |
- uses: oras-project/setup-oras@v1
- run: |
oras version
# - name: Deploy policy bundle to ghcr.io (for backwards compatibility)
Expand Down

0 comments on commit 8513c43

Please sign in to comment.