Skip to content

Commit

Permalink
refactor(dir): ♻️📦 use GitHub Package Registry
Browse files Browse the repository at this point in the history
  • Loading branch information
collinbarrett committed Jun 3, 2024
1 parent 5cf1a3f commit e3ce76a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/azure-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,12 @@ jobs:
env:
AZD_INITIAL_ENVIRONMENT_CONFIG: ${{ secrets.AZD_INITIAL_ENVIRONMENT_CONFIG }}

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Deploy Application
run: azd deploy --no-prompt -C services/FilterLists.AppHost
3 changes: 3 additions & 0 deletions services/FilterLists.AppHost/azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ services:
language: dotnet
project: ./FilterLists.AppHost.csproj
host: containerapp
docker:
registry: ghcr.io/collinbarrett
image: filterlists-directory-api

0 comments on commit e3ce76a

Please sign in to comment.