🔧 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

@@ -6,7 +6,7 @@ on:
- main
- master
schedule:
- cron: '0 2 * * 1'
- cron: '0 2 2 * *'
jobs:
build-and-push:
@@ -30,7 +30,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 Docker Hub
uses: docker/login-action@v2
@@ -56,8 +55,9 @@ jobs:
org.opencontainers.image.authors=CasjaysDev <docker-admin@casjaysdev.pro>
org.opencontainers.image.url=https://github.com/${{ github.repository }}
org.opencontainers.image.source=https://github.com/${{ github.repository }}
org.opencontainers.image.version=base
org.opencontainers.image.version=latest
org.opencontainers.image.revision=${{ github.sha }}
org.opencontainers.image.created=${{ github.event.head_commit.timestamp }}
tags: |
docker.io/casjaysdev/archlinux:base
docker.io/casjaysdev/archlinux:latest
docker.io/casjaysdev/archlinux:${{ steps.meta.outputs.DATE_TAG }}