mirror of
https://github.com/dockersrc/archlinux
synced 2026-01-27 10:34:34 -05:00
🔧 Updated workflows 🔧
.gitea/workflows/docker.yaml .gitea/workflows/publish.yaml .github/workflows/docker.yaml .github/workflows/publish.yaml
This commit is contained in:
@@ -6,7 +6,7 @@ on:
|
||||
- main
|
||||
- master
|
||||
schedule:
|
||||
- cron: '0 2 2 * *'
|
||||
- cron: '0 2 * * 1'
|
||||
|
||||
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
|
||||
@@ -55,9 +56,8 @@ 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=latest
|
||||
org.opencontainers.image.version=base
|
||||
org.opencontainers.image.revision=${{ github.sha }}
|
||||
org.opencontainers.image.created=${{ github.event.head_commit.timestamp }}
|
||||
tags: |
|
||||
docker.io/casjaysdev/archlinux:latest
|
||||
docker.io/casjaysdev/archlinux:${{ steps.meta.outputs.DATE_TAG }}
|
||||
docker.io/casjaysdev/archlinux:base
|
||||
|
||||
Reference in New Issue
Block a user