1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-06-21 15:06:40 +02:00

fix repo name

Signed-off-by: Adam Hill <adam@diginc.us>
This commit is contained in:
Adam Hill 2020-07-17 20:51:19 -05:00
parent 9c791f099f
commit 28bec77984

View File

@ -32,20 +32,20 @@ jobs:
echo "Building ${ARCH}-${DEBIAN_VERSION}"
./gh-actions-test.sh
- name: Push the ARCH image
if: github.repository == 'pihole/docker-pi-hole'
if: github.repository == 'pi-hole/docker-pi-hole'
run: |
. gh-actions-vars.sh
echo "${{ secrets.DOCKERHUB_PASS }}" | docker login --username="${{ secrets.DOCKERHUB_USER }}" --password-stdin
docker push "${ARCH_IMAGE}"
- name: Upload gh-workspace
if: github.repository == 'pihole/docker-pi-hole'
if: github.repository == 'pi-hole/docker-pi-hole'
uses: actions/upload-artifact@v1
with:
name: gh-workspace
path: .gh-workspace
publish:
if: github.repository == 'pihole/docker-pi-hole'
if: github.repository == 'pi-hole/docker-pi-hole'
runs-on: ubuntu-latest
needs: test-and-build
steps: