Skip to content

Commit eb38692

Browse files
use dockerhub token
1 parent 2e07652 commit eb38692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: docker/login-action@v2
2525
with:
2626
username: ${{ secrets.DOCKER_USERNAME }}
27-
password: ${{ secrets.DOCKER_PASSWORD }}
27+
password: ${{ secrets.DOCKERHUB_TOKEN }}
2828

2929
- name: Set version tag from git tag
3030
# Extract version from ref (e.g., refs/tags/0.0.1 => 0.0.1)

0 commit comments

Comments
 (0)