Skip to content

Commit

Permalink
Attempt to get sbom working
Browse files Browse the repository at this point in the history
  • Loading branch information
iadgovuser29 committed Jan 30, 2024
1 parent 9095abc commit dd9e4ef
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/create_aca_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ jobs:
steps:
- name: Checkout main
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand All @@ -93,6 +96,9 @@ jobs:
steps:
- name: Checkout main
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand All @@ -119,6 +125,9 @@ jobs:
steps:
- name: Checkout main
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit dd9e4ef

Please sign in to comment.