Skip to content

Commit 8b90ba8

Browse files
committed
fixup! workflow to deploy app bundle
1 parent ab70271 commit 8b90ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: docker/login-action@v3
3838
with:
3939
username: ${{ secrets.DOCKERHUB_USERNAME }}
40-
password: ${{ secrets.DOCKERHUB_TOKEN }}
40+
password: ${{ secrets.DOCKERHUB_PASSWORD }}
4141
- name: Build and push by digest
4242
id: build
4343
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)