diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index a4f4a7a1..01e34297 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -114,7 +114,7 @@ jobs: uses: actions/checkout@v2 with: token: ${{ secrets.BUILDS_TOKEN }} - repository: PepperDash-Engineering/pepperdash-core-builds + repository: PepperDash-Engineering/essentials-builds ref: ${{ Env.GITHUB_REF }} # Download the version artifact from the build job - name: Download Build Version Info @@ -185,7 +185,7 @@ jobs: uses: actions/checkout@v2 with: token: ${{ secrets.BUILDS_TOKEN }} - repository: PepperDash/PepperDashCore-Builds + repository: PepperDash/Essentials-Builds ref: ${{ Env.GITHUB_REF }} # Download the version artifact from the build job - name: Download Build Version Info