🔧 Update configuration files 🔧
All checks were successful
archlinux-base / build-and-push (push) Successful in 48m55s
archlinux / build-and-push (push) Successful in 1h3m15s

.gitea/workflows/docker.yaml
.gitea/workflows/publish.yaml
.github/workflows/docker.yaml
This commit is contained in:
casjay
2026-01-29 14:21:44 -05:00
parent 9e935235e4
commit 13230b91ed
3 changed files with 6 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ on:
- master
pull_request:
schedule:
- cron: '0 2 2 * *'
- cron: '0 2 * * 1'
workflow_dispatch:
jobs:
@@ -31,7 +31,6 @@ 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
@@ -85,4 +84,3 @@ 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 }}