Skip to content

Commit

Permalink
Remove duplicate username from docker deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
willu47 committed Jan 18, 2024
1 parent 9e7a40f commit 8d13224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_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_dce678b65c414723a5c407473fe6c430 }}/willu47docker/ccg-research-index:${{ github.sha }}
tags: index.docker.io/${{ secrets.AzureAppService_ContainerUsername_dce678b65c414723a5c407473fe6c430 }}/ccg-research-index:${{ github.sha }}
file: ./Dockerfile

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

0 comments on commit 8d13224

Please sign in to comment.