Skip to content

Commit

Permalink
Update scan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rfuelsh committed Jan 29, 2024
1 parent d932e8e commit 35fc01e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

- name: Log in to the ghcr.io registry
uses: docker/login-action@v1
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push the image to ghcr.io
uses: docker/build-push-action@v4
Expand Down

0 comments on commit 35fc01e

Please sign in to comment.