Skip to content

Commit

Permalink
push to acr
Browse files Browse the repository at this point in the history
  • Loading branch information
malisharfer committed May 9, 2024
1 parent 8f3496d commit 8c61b78
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/yuyu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ jobs:

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

- name: 🔑 Login to GHCR
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: 🔑 Login to Azure Container Registry
uses: azure/docker-login@v1
Expand Down

0 comments on commit 8c61b78

Please sign in to comment.