0
0
Fork 0
mirror of https://github.com/atmoz/sftp.git synced 2024-11-17 12:51:33 -05:00
This commit is contained in:
Adrian Dvergsdal 2020-07-18 15:51:15 +02:00
parent 2da6d177e6
commit 885fcccacb
No known key found for this signature in database
GPG key ID: C1E9E2D9552A42D2

View file

@ -65,7 +65,7 @@ jobs:
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/master' if: github.event_name != 'pull_request' && github.ref == 'refs/heads/master'
uses: atmoz/git-verify-ref@master uses: atmoz/git-verify-ref@master
with: with:
public_key_dir: ./github/public-keys public_key_dir: .github/public-keys
- name: Push images to Docker Hub registry - name: Push images to Docker Hub registry
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/master' if: github.event_name != 'pull_request' && github.ref == 'refs/heads/master'