File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -37,19 +37,19 @@ jobs:
37
37
path : ./iptv-checker-rs
38
38
token : ${{ secrets.GH_PAT }}
39
39
40
- - name : Setup Docker Buildx Command
41
- id : buildx
42
- uses : docker/setup-buildx-action@master
43
-
44
40
- name : Login to Dockerhub
45
- uses : docker/login-action@v1
41
+ uses : docker/login-action@v3
46
42
with :
47
43
username : ${{ secrets.DOCKERHUB_USERNAME }}
48
44
password : ${{ secrets.DOCKERHUB_PASSWORD }}
45
+
46
+ - name : Setup Docker Buildx Command
47
+ id : buildx
48
+ uses : docker/setup-buildx-action@v3
49
49
50
50
- name : Build Docker Image and Push
51
51
id : docker_build
52
- uses : docker/build-push-action@v2
52
+ uses : docker/build-push-action@v6
53
53
with :
54
54
push : true
55
55
builder : ${{ steps.buildx.outputs.name }}
File renamed without changes.
You can’t perform that action at this time.
0 commit comments