Skip to content

Commit

Permalink
Deploy to Azure Cloud CI
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 committed May 11, 2022
1 parent aa8cd15 commit 0f5eec0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ jobs:
-Dquarkus.container-image.name=searchpe/searchpe \
-Dquarkus.container-image.tag=${{ github.sha }} \
-P native,ui
- uses: docker/login-action@v1
- name: Login to Ghcr.io
uses: docker/login-action@v2
with:
registry: quay.io
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Push images to registry
Expand Down

0 comments on commit 0f5eec0

Please sign in to comment.