Skip to content

Commit

Permalink
Update azure-functions-app-container.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PilotChalkanov authored Jan 15, 2024
1 parent d086636 commit 7ff8be9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/azure-functions-app-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}

- name: 'Import GPG Key'
uses: crazy-max/ghaction-import-gpg@v1
env:
GPG_PRIVATE_KEY: ${{ secrets.GPG_KEY }}
PASSPHRASE: ${{ secrets.GPG_PASS }}
# - name: 'Import GPG Key'
# uses: crazy-max/ghaction-import-gpg@v1
# env:
# GPG_PRIVATE_KEY: ${{ secrets.GPG_KEY }}
# PASSPHRASE: ${{ secrets.GPG_PASS }}

- name: 'Compose Customized Docker Image'
shell: bash
Expand Down

0 comments on commit 7ff8be9

Please sign in to comment.