~ajhalili2006's personal website, built with Zensical (successor of Material for Mkdocs) [old repo name got bugged while attempting to do manual knot migration via repo deletion] andreijiroh.dev
zensical mkdocs-material website

ci(github-actions): push workspace image to @gitpodify's RHQCR namespace

Also add some timestamped nightly tag for versioning nightly builds.

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>

Changed files
+5 -3
.github
workflows
+5 -3
.github/workflows/docker.yml
···
type=raw,value=latest,enable={{is_default_branch}}
type=sha,enable=true,priority=100,prefix=commit-,suffix=,format=long
type=schedule,pattern=nightly
+
type=schedule,prefix=nightly-,pattern={{date 'YYYYMMDDhhmmss'}}
type=raw,prefix=branch-,value={{branch}}
-
- uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: docker/Dockerfile
···
uses: docker/login-action@v2
with:
registry: quay.io
-
username: ${{ secrets.RHQCR_BOT_USERNAME }}
-
password: ${{ secrets.RHQCR_BOT_TOKEN }}
+
username: ajhalili2006
+
password: ${{ secrets.RHQCR_PASSWORD }}
# Extract metadata (tags, labels) for Docker
# https://github.com/docker/metadata-action
···
with:
images: |
ghcr.io/${{ env.IMAGE_NAME }}/devenv
+
quay.io/gitpodified-workspace-images/mkdocs-deps
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=sha,enable=true,priority=100,prefix=commit-,suffix=,format=long
type=schedule,pattern=nightly
+
type=schedule,prefix=nightly-,pattern={{date 'YYYYMMDDhhmmss'}}
type=raw,prefix=branch-,value={{branch}}
- uses: hadolint/hadolint-action@v3.1.0