mirror of
https://github.com/dockersrc/archlinux
synced 2026-01-30 01:11:04 -05:00
🔧 Update configuration files 🔧
.gitea/workflows/docker.yaml .gitea/workflows/publish.yaml .github/workflows/docker.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,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
|
||||
@@ -84,4 +83,3 @@ 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 }}
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user