We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6417d7 commit 240dbcaCopy full SHA for 240dbca
1 file changed
.github/workflows/docker-image.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v4
19
- name: Login to the registry
20
- run: docker login -u ${{github.actor}} ${{secrets.GITHUB_TOKEN}}
+ run: echo ${{secrets.GITHUB_TOKEN}} | docker login -u ${{github.actor}} --password-stdin
21
- name: Build the Docker image
22
run: docker build . --file Dockerfile --tag royalzsoftware/zentry:latest
23
- name: Push the docker image
0 commit comments