diff --git a/.github/workflows/build_apphub.yml b/.github/workflows/build_apphub.yml index 165adaee..14744aa7 100644 --- a/.github/workflows/build_apphub.yml +++ b/.github/workflows/build_apphub.yml @@ -26,7 +26,7 @@ jobs: - uses: mr-smithers-excellent/docker-build-push@v5 name: Build & push Docker image with: - image: websoft9dev/w9apphub + image: websoft9dev/apphub tags: ${{ env.VERSION }} addLatest: True registry: docker.io diff --git a/docker/w9apphub/Dockerfile b/docker/w9apphub/Dockerfile index b6029acd..c9e6c1c5 100644 --- a/docker/w9apphub/Dockerfile +++ b/docker/w9apphub/Dockerfile @@ -2,7 +2,6 @@ FROM python:3.10-bullseye AS buildstage LABEL maintainer="Websoft9" LABEL version="0.0.1" - ENV LIBRARY_VERSION=v0.5.4 # Prepare library