Skip to content

Commit

Permalink
fixup! workflow to deploy app bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
willcl-ark committed Sep 19, 2024
1 parent ab70271 commit 8b90ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Build and push by digest
id: build
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 8b90ba8

Please sign in to comment.