🔧 Updated workflows 🔧
Some checks failed
archlinux-base / build-and-push (push) Failing after 2m21s
archlinux / build-and-push (push) Failing after 11m38s

.gitea/workflows/docker.yaml
.gitea/workflows/publish.yaml
.github/workflows/docker.yaml
.github/workflows/publish.yaml
This commit is contained in:
casjay
2026-01-16 00:15:57 -05:00
parent 81302e6f4d
commit 91fb27b617
4 changed files with 18 additions and 38 deletions

View File

@@ -7,7 +7,7 @@ on:
- master
pull_request:
schedule:
- cron: '0 2 * * 1'
- cron: '0 2 2 * *'
workflow_dispatch:
jobs:
@@ -31,6 +31,7 @@ jobs:
run: |
echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT
echo "DATE_TAG=$(date +'%y%m')" >> $GITHUB_OUTPUT
echo "COMMIT_ID=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
@@ -84,3 +85,4 @@ jobs:
tags: |
ghcr.io/${{ github.repository }}:latest
ghcr.io/${{ github.repository }}:${{ steps.meta.outputs.DATE_TAG }}
ghcr.io/${{ github.repository }}:${{ steps.meta.outputs.COMMIT_ID }}