Skip to content

Commit c348ebc

Browse files
committed
update workflow file
1 parent f646ab4 commit c348ebc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/docker-build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,19 @@ jobs:
3737
path: ./iptv-checker-rs
3838
token: ${{ secrets.GH_PAT }}
3939

40-
- name: Setup Docker Buildx Command
41-
id: buildx
42-
uses: docker/setup-buildx-action@master
43-
4440
- name: Login to Dockerhub
45-
uses: docker/login-action@v1
41+
uses: docker/login-action@v3
4642
with:
4743
username: ${{ secrets.DOCKERHUB_USERNAME }}
4844
password: ${{ secrets.DOCKERHUB_PASSWORD }}
45+
46+
- name: Setup Docker Buildx Command
47+
id: buildx
48+
uses: docker/setup-buildx-action@v3
4949

5050
- name: Build Docker Image and Push
5151
id: docker_build
52-
uses: docker/build-push-action@v2
52+
uses: docker/build-push-action@v6
5353
with:
5454
push: true
5555
builder: ${{ steps.buildx.outputs.name }}

0 commit comments

Comments
 (0)