mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 15:40:22 +00:00
apphub
This commit is contained in:
parent
4bc5078557
commit
c5f33f64f1
2 changed files with 1 additions and 2 deletions
2
.github/workflows/build_apphub.yml
vendored
2
.github/workflows/build_apphub.yml
vendored
|
@ -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
|
||||
|
|
|
@ -2,7 +2,6 @@ FROM python:3.10-bullseye AS buildstage
|
|||
LABEL maintainer="Websoft9<help@websoft9.com>"
|
||||
LABEL version="0.0.1"
|
||||
|
||||
|
||||
ENV LIBRARY_VERSION=v0.5.4
|
||||
|
||||
# Prepare library
|
||||
|
|
Loading…
Reference in a new issue