From f406c062c0c1cda778c0301f8ded1732d122f5bf Mon Sep 17 00:00:00 2001 From: Adrian Dvergsdal Date: Sun, 19 Jul 2020 22:11:43 +0200 Subject: [PATCH] Use new GitHub user arg --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6cdd783..5886097 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,7 +65,7 @@ jobs: if: github.ref == 'refs/heads/master' uses: atmoz/git-verify-ref@master with: - public_key_dir: .github/public-keys + import-github-users: atmoz - name: Push images to Docker Hub registry if: github.ref == 'refs/heads/master'