mirror of
https://github.com/matter-labs/vault-auth-tee.git
synced 2025-07-21 23:53:55 +02:00
ci: only login to docker on push events
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
ee1781ffc7
commit
3348b20cbd
1 changed files with 1 additions and 0 deletions
1
.github/workflows/nix.yml
vendored
1
.github/workflows/nix.yml
vendored
|
@ -52,6 +52,7 @@ jobs:
|
|||
nix build .#container-vault-auth-tee
|
||||
docker load -i result
|
||||
- name: Log in to Docker Hub
|
||||
if: ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USER }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue