Skip to content

Commit

Permalink
update workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
zmisgod committed Feb 9, 2025
1 parent f646ab4 commit c348ebc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,19 @@ jobs:
path: ./iptv-checker-rs
token: ${{ secrets.GH_PAT }}

- name: Setup Docker Buildx Command
id: buildx
uses: docker/setup-buildx-action@master

- name: Login to Dockerhub
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Setup Docker Buildx Command
id: buildx
uses: docker/setup-buildx-action@v3

- name: Build Docker Image and Push
id: docker_build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v6
with:
push: true
builder: ${{ steps.buildx.outputs.name }}
Expand Down
File renamed without changes.

0 comments on commit c348ebc

Please sign in to comment.