Преглед изворни кода

Re-add password to env vars.

scossu пре 1 година
родитељ
комит
31ae39391c
1 измењених фајлова са 1 додато и 0 уклоњено
  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: