Skip to content

Commit

Permalink
Removed unknowns
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufk committed Aug 12, 2024
1 parent 15f4839 commit 66d22bf
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ on:
# Allow manual trigger
workflow_dispatch:

env:
REGISTRY: ghcr.io/yusufk

jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -44,7 +41,5 @@ jobs:
registryPassword: ${{ secrets.GITHUB_TOKEN }}
containerAppName: jarvis-azure
resourceGroup: jarvis-rg
imageToBuild: ${{ env.REGISTRY }}/jarvis-azure:${{ github.sha }}
_buildArgumentsKey_: |
_buildArgumentsValues_
imageToBuild: ghcr.io/yusufk/jarvis-azure:${{ github.sha }}

0 comments on commit 66d22bf

Please sign in to comment.