Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit d043e78

Browse files
committed
.
1 parent c381b8a commit d043e78

4 files changed

Lines changed: 15 additions & 5 deletions

File tree

.github/workflows/build_docker_images.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
COMMIT_HASH=${GITHUB_SHA::8}
3434
GITHUB_REPO=${GITHUB_REPOSITORY,,}
3535
GITHUB_REPO_SHORT=${GITHUB_REPO#*/}
36+
GITHUB_REPO_SHORT=${GITHUB_REPO_SHORT#"docker-"}
3637
#DOCKER_REPO=${{ secrets.DOCKER_USERNAME }}/${GITHUB_REPO_SHORT}
3738
#REDHAT_QUAY_REPO=${{ secrets.REDHAT_QUAY_USERNAME }}/${GITHUB_REPO_SHORT}
3839
@@ -92,3 +93,12 @@ jobs:
9293
ghcr.io/${{steps.script.outputs.github_repo}}:latest
9394
# docker.io/${{steps.script.outputs.docker_repo}}:latest
9495
# quay.io/${{steps.script.outputs.redhat_quay_repo}}:latest
96+
97+
#- name: Docker Hub Description
98+
# uses: peter-evans/dockerhub-description@v3
99+
# with:
100+
# username: ${{ secrets.DOCKER_USERNAME }}
101+
# password: ${{ secrets.DOCKER_PASSWORD }}
102+
# repository: ${{steps.script.outputs.docker_repo}}
103+
# short-description: ${{ github.event.repository.description }}
104+
# readme-filepath: README.md

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LABEL org.opencontainers.image.authors="the qwebirc project, Tobias Hargesheimer
77
org.opencontainers.image.revision="${VCS_REF}" \
88
org.opencontainers.image.licenses="GPLv2" \
99
org.opencontainers.image.url="ghcr.io/tob1asdocker/qwebirc:latest" \
10-
org.opencontainers.image.source="https://github.com/Tob1asDocker/qwebirc"
10+
org.opencontainers.image.source="https://github.com/Tob1as/docker-qwebirc"
1111

1212
SHELL ["/bin/sh", "-euxo", "pipefail", "-c"]
1313

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
version: '2.4'
22
services:
33

4-
# https://github.com/Tob1asDocker/qwebirc
4+
# https://github.com/Tob1as/docker-qwebirc
55
qwebirc:
66
#build:
77
# context: ./
88
# dockerfile: Dockerfile
9-
image: ghcr.io/tob1asdocker/qwebirc:latest
9+
image: ghcr.io/tob1as/docker-qwebirc:latest
1010
container_name: qwebirc
1111
restart: unless-stopped
1212
ports:

k8s_qwebirc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## qwebirc is a fast, easy to use, free and open source IRC client
1010
## https://qwebirc.org/ & https://github.com/qwebirc/qwebirc/
11-
## https://github.com/Tob1asDocker/qwebirc
11+
## https://github.com/Tob1as/docker-qwebirc
1212

1313
#---
1414
#
@@ -38,7 +38,7 @@ spec:
3838
spec:
3939
containers:
4040
- name: qwebirc
41-
image: ghcr.io/tob1asdocker/qwebirc:latest
41+
image: ghcr.io/tob1as/docker-qwebirc:latest
4242
imagePullPolicy: Always #IfNotPresent
4343
env:
4444
- name: HTML_COMPILE

0 commit comments

Comments
 (0)