Browse Source

Re-add password to env vars.

scossu 1 year ago
parent
commit
31ae39391c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/push-docker-image.yml

+ 1 - 0
.github/workflows/push-docker-image.yml

@@ -6,6 +6,7 @@ on:
 
 env:
   DOCKER_USER: lcnetdev
+  DOCKER_PASSWORD: ${{secrets.DOCKER_HUB}}
   REPO_NAME: scriptshifter
 
 jobs: