Skip to content

Commit

Permalink
build: solve workflow error
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackcoinDev committed Sep 10, 2024
1 parent e8b1b5d commit 4d05abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build_push_26.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
- name: Login to DockerHub Registry
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login --username "${{ secrets.DOCKER_USERNAME }}" --password-stdin
- name: Run build script
run: gh-build-26.sh
run: ./gh-build-26.sh

0 comments on commit 4d05abc

Please sign in to comment.