Skip to content

Commit e118b02

Browse files
committed
fix: update repository references and GitHub Actions workflows
- Update all repository URLs from glinrdock-release to glinrdock - Remove conflicting pages.yml workflow (duplicate of docs.yml) - Update GitHub Actions to latest stable versions - Fix mkdocs.yml site URLs and repository references
1 parent c0b5d0b commit e118b02

File tree

5 files changed

+15
-166
lines changed

5 files changed

+15
-166
lines changed

.github/workflows/docs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
28+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2929

3030
- name: Set up Python
31-
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
31+
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
3232
with:
3333
python-version: '3.11'
3434

3535
- name: Cache pip dependencies
36-
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
36+
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
3737
with:
3838
path: ~/.cache/pip
3939
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
@@ -49,10 +49,10 @@ jobs:
4949
run: mkdocs build --strict --verbose
5050

5151
- name: Setup Pages
52-
uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4e74d99e9b6c0c7 # v3.0.6
52+
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
5353

5454
- name: Upload artifact
55-
uses: actions/upload-pages-artifact@a753861a5debcf57bf8b404356158c8e1e33150c # v2.0.0
55+
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
5656
with:
5757
path: './site'
5858

@@ -66,4 +66,4 @@ jobs:
6666
steps:
6767
- name: Deploy to GitHub Pages
6868
id: deployment
69-
uses: actions/deploy-pages@9dbe3824824f8a1377b8e298bafde1a50ede43e5 # v2.0.4
69+
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5

.github/workflows/pages.yml

Lines changed: 0 additions & 151 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ jobs:
209209
# Metadata
210210
LABEL org.opencontainers.image.title="GlinrDock Controller"
211211
LABEL org.opencontainers.image.description="Hardened container management service"
212-
LABEL org.opencontainers.image.url="https://github.com/GLINCKER/glinrdock-release"
213-
LABEL org.opencontainers.image.source="https://github.com/GLINCKER/glinrdock-release"
212+
LABEL org.opencontainers.image.url="https://github.com/GLINCKER/glinrdock"
213+
LABEL org.opencontainers.image.source="https://github.com/GLINCKER/glinrdock"
214214
LABEL org.opencontainers.image.version="${VERSION}"
215215
LABEL org.opencontainers.image.revision="${VCS_REF}"
216216
LABEL org.opencontainers.image.created="${BUILD_DATE}"

.github/workflows/smoke.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ jobs:
8888
packages: read
8989
steps:
9090
- name: Set up QEMU
91-
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
91+
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
9292

9393
- name: Set up Docker Buildx
94-
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
94+
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
9595

9696
- name: Log in to Container Registry
97-
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
97+
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
9898
with:
9999
registry: ghcr.io
100100
username: ${{ github.actor }}

mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
site_name: GlinrDock Documentation
22
site_description: Lightweight, secure container management platform
33
site_author: GLINCKER LLC
4-
site_url: https://glincker.github.io/glinrdock-release/
4+
site_url: https://glincker.github.io/glinrdock/
55

6-
repo_name: GLINCKER/glinrdock-release
7-
repo_url: https://github.com/GLINCKER/glinrdock-release
6+
repo_name: GLINCKER/glinrdock
7+
repo_url: https://github.com/GLINCKER/glinrdock
88
edit_uri: edit/main/docs/
99

1010
docs_dir: docs
@@ -84,7 +84,7 @@ markdown_extensions:
8484
extra:
8585
social:
8686
- icon: fontawesome/brands/github
87-
link: https://github.com/GLINCKER/glinrdock-release
87+
link: https://github.com/GLINCKER/glinrdock
8888
name: GitHub Repository
8989
- icon: fontawesome/solid/globe
9090
link: https://glincker.com

0 commit comments

Comments
 (0)