Skip to content

Commit

Permalink
Merge pull request #624 from clearlydefined/elr/update-deploy
Browse files Browse the repository at this point in the history
update workflow to operations/v3.2.0 which adds latest tag for Docker Hub
  • Loading branch information
elrayle authored Nov 1, 2024
2 parents 284d8f8 + 7ad86b2 commit 85d4988
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
build-and-deploy:
name: Build and Deploy
needs: upload-package-lock-json
uses: clearlydefined/operations/.github/workflows/app-build-and-deploy.yml@v3.1.1
secrets:
uses: clearlydefined/operations/.github/workflows/app-build-and-deploy.yml@v3.2.0
secrets:
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
AZURE_WEBAPP_PUBLISH_PROFILE: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_DEV }}
DEPLOY_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:

build-and-deploy-prod:
needs: upload-package-lock-json
uses: clearlydefined/operations/.github/workflows/app-build-and-deploy.yml@v3.1.1
secrets:
uses: clearlydefined/operations/.github/workflows/app-build-and-deploy.yml@v3.2.0
secrets:
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
AZURE_WEBAPP_PUBLISH_PROFILE: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_PROD }}
DEPLOY_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
Expand Down

0 comments on commit 85d4988

Please sign in to comment.