Skip to content

Commit

Permalink
Fixed paths for docker registry
Browse files Browse the repository at this point in the history
  • Loading branch information
willu47 committed Nov 29, 2024
1 parent 6dbf3dc commit 00d9c4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/development_dev-research-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: docker/build-push-action@v3
with:
push: true
tags: index.docker.io/${{ secrets.AzureAppService_ContainerUsername_9310ce663981441ab232b6b875b913e2 }}/willu47docker/ccg-research-index:${{ github.sha }}
tags: index.docker.io/${{ secrets.AzureAppService_ContainerUsername_9310ce663981441ab232b6b875b913e2 }}/ccg-research-index:${{ github.sha }}
file: ./Dockerfile

deploy:
Expand All @@ -48,4 +48,4 @@ jobs:
app-name: 'dev-research-index'
slot-name: 'production'
publish-profile: ${{ secrets.AzureAppService_PublishProfile_a74f0a22a9c3465a91fa629137af0f81 }}
images: 'index.docker.io/${{ secrets.AzureAppService_ContainerUsername_9310ce663981441ab232b6b875b913e2 }}/willu47docker/ccg-research-index:${{ github.sha }}'
images: 'index.docker.io/${{ secrets.AzureAppService_ContainerUsername_9310ce663981441ab232b6b875b913e2 }}/ccg-research-index:${{ github.sha }}'

0 comments on commit 00d9c4e

Please sign in to comment.