🔧 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

@@ -6,7 +6,7 @@ on:
- main
- master
schedule:
- cron: '0 2 * * 1'
- cron: '0 2 2 * *'
jobs:
build-and-push:
@@ -30,6 +30,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 Docker Hub
uses: docker/login-action@v2
@@ -83,3 +84,4 @@ jobs:
tags: |
docker.io/casjaysdev/archlinux:latest
docker.io/casjaysdev/archlinux:${{ steps.meta.outputs.DATE_TAG }}
docker.io/casjaysdev/archlinux:${{ steps.meta.outputs.COMMIT_ID }}