Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/docker.yaml
  • Loading branch information
tech-shrimp committed Jun 11, 2024
2 parents 1e89a17 + ad61aa0 commit 56fb49e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
workflow_dispatch:
push:
branches: [ main ]
# 定时执行,此处使用UTC时间
#schedule:
# - cron: '00 23 * * *'


env:
Expand All @@ -21,10 +18,10 @@ jobs:
name: Pull
runs-on: ubuntu-latest
steps:
- name: Setup Docker buildx
- name: Docker Setup Buildx
uses: docker/setup-buildx-action@v3

- name: Check out code
- name: Checkout Code
uses: actions/checkout@v4

- name: Build and push image Aliyun
Expand Down Expand Up @@ -99,4 +96,4 @@ jobs:
docker tag $image $new_image
echo "docker push $new_image"
docker push $new_image
done < images.txt
done < images.txt

0 comments on commit 56fb49e

Please sign in to comment.