update
Some checks failed
Test CI / test speed (push) Successful in 19s
Test CI / build-and-push (push) Failing after 1m42s

This commit is contained in:
sangge-redmi 2025-01-15 15:17:37 +08:00
parent 1b75a45984
commit 53ec2773ac
2 changed files with 8 additions and 8 deletions

View File

@ -5,8 +5,8 @@ on:
paths: paths:
- "basedockerfile" - "basedockerfile"
- ".gitea/workflows/build_image.yaml" - ".gitea/workflows/build_image.yaml"
schedule: # schedule:
- cron: "0 0 1 * *" # 每月1号00:00执行 # - cron: "0 0 1 * *" # 每月1号00:00执行
env: env:
REGISTRY: git.mamahaha.work REGISTRY: git.mamahaha.work
@ -20,17 +20,17 @@ jobs:
uses: https://git.mamahaha.work/actions/checkout@v4 uses: https://git.mamahaha.work/actions/checkout@v4
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: https://git.mamahaha.work/actions/setup-buildx-action@v3
- name: Login to Private Registry - name: Login to Private Registry
uses: docker/login-action@v3 uses: https://git.mamahaha.work/actions/login-action@v3
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ secrets.USERNAME }} username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }} password: ${{ secrets.PASSWORD }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v5 uses: https://git.mamahaha.work/actions/build-push-action@v5
with: with:
context: . context: .
file: basedockerfile file: basedockerfile

View File

@ -38,17 +38,17 @@ jobs:
uses: https://git.mamahaha.work/actions/checkout@v4 uses: https://git.mamahaha.work/actions/checkout@v4
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: https://git.mamahaha.work/actions/setup-buildx-action@v3
- name: Login to Private Registry - name: Login to Private Registry
uses: docker/login-action@v3 uses: https://git.mamahaha.work/actions/login-action@v3
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ secrets.USERNAME }} username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }} password: ${{ secrets.PASSWORD }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v5 uses: https://git.mamahaha.work/actions/build-push-action@v5
with: with:
context: . context: .
file: basedockerfile file: basedockerfile