Skip to content

Commit

Permalink
🐛 Fixed git merge
Browse files Browse the repository at this point in the history
  • Loading branch information
roma-glushko committed Feb 22, 2024
1 parent 2ae65d4 commit e9e7246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
fetch-depth: 0

- name: login into Github Container Registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u --password-stdin
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin

- name: login into Github Container Registry
run: echo "${{ secrets.DOCKER_HUB_TOKEN }}" | docker login -u einstack --password-stdin
Expand Down

0 comments on commit e9e7246

Please sign in to comment.