diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 40c06dd..d582f9d 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v2 - name: Set variables run: | - echo "DOCKER_REPO=docker.io/$GITHUB_REPOSITORY" >> $GITHUB_ENV + echo "DOCKER_REPO=docker.io/oerv/qemu-user-static" >> $GITHUB_ENV - name: Build run: | wget --content-disposition http://ftp.de.debian.org/debian/pool/main/q/qemu/qemu-user-static_${{ env.ORIGIN_VERSION }}_amd64.deb