Skip to content

Commit 240dbca

Browse files
authored
Update docker-image.yml
1 parent a6417d7 commit 240dbca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Login to the registry
20-
run: docker login -u ${{github.actor}} ${{secrets.GITHUB_TOKEN}}
20+
run: echo ${{secrets.GITHUB_TOKEN}} | docker login -u ${{github.actor}} --password-stdin
2121
- name: Build the Docker image
2222
run: docker build . --file Dockerfile --tag royalzsoftware/zentry:latest
2323
- name: Push the docker image

0 commit comments

Comments
 (0)