Skip to content

Commit

Permalink
Update main_LibAdmin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfrehe authored Oct 11, 2021
1 parent 4552a26 commit 2761041
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main_LibAdmin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
cache-from: |
user/app:cache
type=local,src=path/to/dir
tags: index.docker.io/${{ secrets.AzureAppService_ContainerUsername_4f13827fd27c498199e395f363e346bc }}/libadmin:${{ github.sha }}
file: ./Dockerfile

Expand All @@ -48,4 +51,4 @@ jobs:
app-name: 'LibAdmin'
slot-name: 'production'
publish-profile: ${{ secrets.AzureAppService_PublishProfile_2c06cc404c17455ebb6804d77ca47a37 }}
images: 'index.docker.io/${{ secrets.AzureAppService_ContainerUsername_4f13827fd27c498199e395f363e346bc }}/libadmin:${{ github.sha }}'
images: 'index.docker.io/${{ secrets.AzureAppService_ContainerUsername_4f13827fd27c498199e395f363e346bc }}/libadmin:${{ github.sha }}'

0 comments on commit 2761041

Please sign in to comment.