Skip to content

Commit

Permalink
Merge pull request #296 from Concordium/hardcode-docker-username
Browse files Browse the repository at this point in the history
Hardcode docker username as the secret
  • Loading branch information
limemloh authored Nov 7, 2024
2 parents 9e05d7f + ba0f021 commit 30478e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
username: concordium
password: ${{ secrets.DOCKER_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 30478e2

Please sign in to comment.