Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleTryon committed Jul 25, 2024
1 parent 2d575b0 commit fa6431d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions content/integrations/github-actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -313,12 +313,12 @@ After adding a [trust relationship](https://depot.dev/docs/cli/authentication#ad

```yaml
name: Build and push to Azure Container Registry
on:
push:
branches:
- main
jobs:
docker-image:
runs-on: ubuntu-latest
Expand All @@ -328,17 +328,17 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Set up Depot CLI
uses: depot/setup-action@v1
- name: Login to Azure Container Registry
uses: docker/login-action@v2
with:
registry: <registry-name>.azurecr.io
username: ${{ secrets.AZURE_CLIENT_ID }}
password: ${{ secrets.AZURE_CLIENT_SECRET }}
- name: Build and push
uses: depot/build-push-action@v1
with:
Expand Down

0 comments on commit fa6431d

Please sign in to comment.