Skip to content

Commit

Permalink
adding auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Dletta committed Jul 31, 2024
1 parent 97aa032 commit eb7b448
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ jobs:
ref: ${{ github.ref }}
- name: Update Package to Release version
uses: technote-space/[email protected]

- name: Log in to the Container registry
uses: docker/[email protected]
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push to GHCR
uses: docker/[email protected]
Expand Down

0 comments on commit eb7b448

Please sign in to comment.