Skip to content

Commit

Permalink
Update docker.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tech-shrimp authored Jun 10, 2024
1 parent 5f83457 commit ad61aa0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
name: Pull
runs-on: ubuntu-latest
steps:
- name: Setup Docker buildx
uses: docker/setup-buildx-action@79abd3f86f79a9d68a23c75a09a9a85889262adf
- name: Docker Setup Buildx
uses: docker/setup-buildx-action@v3

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

- name: Build and push image Aliyun
run: |
Expand Down

0 comments on commit ad61aa0

Please sign in to comment.