Skip to content

Commit

Permalink
rename to DAPS
Browse files Browse the repository at this point in the history
  • Loading branch information
Drazzilb08 committed Mar 16, 2024
1 parent 1469f8d commit c069e4f
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
"BRANCH=dev"
push: true
tags: |
${{ secrets.DOCKER_USERNAME }}/userscripts:dev
ghcr.io/drazzilb08/userscripts:dev
${{ secrets.DOCKER_USERNAME }}/daps:dev
ghcr.io/drazzilb08/daps:dev
4 changes: 2 additions & 2 deletions .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
"BRANCH=${{ vars.GITHUB_REF_NAME }}"
push: true
tags: |
${{ secrets.DOCKER_USERNAME }}/userscripts:latest
ghcr.io/drazzilb08/userscripts:latest
${{ secrets.DOCKER_USERNAME }}/daps:latest
ghcr.io/drazzilb08/daps:latest
4 changes: 2 additions & 2 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ jobs:
"BRANCH=${{ steps.extract_branch.outputs.branch }}"
push: true
tags: |
${{ secrets.DOCKER_USERNAME }}/userscripts:${{ steps.get_version.outputs.VERSION }}
ghcr.io/drazzilb08/userscripts:${{ steps.get_version.outputs.VERSION }}
${{ secrets.DOCKER_USERNAME }}/daps:${{ steps.get_version.outputs.VERSION }}
ghcr.io/drazzilb08/daps:${{ steps.get_version.outputs.VERSION }}
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ FROM python:3.11-slim

# Metadata and labels
LABEL maintainer="Drazzilb" \
description="userScripts" \
org.opencontainers.image.source="https://github.com/Drazzilb08/userScripts" \
description="daps" \
org.opencontainers.image.source="https://github.com/Drazzilb08/daps" \
org.opencontainers.image.authors="Drazzilb" \
org.opencontainers.image.title="userScripts"
org.opencontainers.image.title="daps"

# Set working directory and copy Python packages from the python-reqs stage

Expand Down
16 changes: 8 additions & 8 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ VERSION=$(cat "$(dirname "$0")/VERSION")

echo "
---------------------------------------------------------
_____ _ _
/ ____| (_) | |
_ _ ___ ___ _ _| (___ ___ _ __ _ _ __ | |_ ___
| | | / __|/ _ \ '__\___ \ / __| '__| | '_ \| __/ __|
| |_| \__ \ __/ | ____) | (__| | | | |_) | |_\__ \\
\__,_|___/\___|_| |_____/ \___|_| |_| .__/ \__|___/
| |
|_|
_____ _____ _____
| __ \\ /\ | __ \\ / ____|
| | | | / \\ | |__) | (___
| | | |/ /\ \\ | ___/ \\___ \\
| |__| / ____ \\| | ____) |
|_____/_/ \_\\_| |_____/
(Drazzilb's Arr PMM Scripts)
PUID: ${PUID}
PGID: ${PGID}
UMASK: ${UMASK}
Expand Down

0 comments on commit c069e4f

Please sign in to comment.