Skip to content

Commit 2b138bf

Browse files
committed
changed access to dockerhub
1 parent b3e5fe7 commit 2b138bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: docker/login-action@v3
1919
with:
2020
username: ${{ vars.DOCKERHUB_USERNAME }}
21-
password: ${{ secrets.DOCKERHUB_PASSWORD }}
21+
password: ${{ secrets.DOCKERHUB_TOKEN }}
2222
- name: Build the Docker image
2323
run: export VERSION=$(jq -r .version package.json) && docker build . --file Dockerfile --tag ${{ vars.DOCKERHUB_USERNAME }}/node-app:$VERSION.$GITHUB_RUN_ID
2424
- name: Push to Docker Hub

0 commit comments

Comments
 (0)