Skip to content

Commit ad61aa0

Browse files
authored
Update docker.yaml
1 parent 5f83457 commit ad61aa0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
name: Pull
1919
runs-on: ubuntu-latest
2020
steps:
21-
- name: Setup Docker buildx
22-
uses: docker/setup-buildx-action@79abd3f86f79a9d68a23c75a09a9a85889262adf
21+
- name: Docker Setup Buildx
22+
uses: docker/setup-buildx-action@v3
2323

24-
- name: Check out code
25-
uses: actions/checkout@v2
24+
- name: Checkout Code
25+
uses: actions/checkout@v4
2626

2727
- name: Build and push image Aliyun
2828
run: |

0 commit comments

Comments
 (0)