Browse Source

Fix repo name.

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

+ 2 - 2
.github/workflows/push-docker-image.yml

@@ -1,14 +1,14 @@
 name: Push image to Docker Hub.
 on:
   push:
-    branches: [ "main", "docker_hub" ]
+    branches: [ "main" ]
   pull_request:
     branches: [ "main" ]
 
 env:
   DOCKER_USER: lcnetdev
   DOCKER_PASSWORD: ${{secrets.DOCKER_HUB}}
-  REPO_NAME: lcnetdev
+  REPO_NAME: scriptshifter
 
 jobs:
   push-image-to-docker-hub: