We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0195654 commit 72be26eCopy full SHA for 72be26e
.github/workflows/docker-image.yml
@@ -17,4 +17,4 @@ jobs:
17
steps:
18
- uses: actions/checkout@v2
19
- name: Build the Docker image
20
- run: export GH_TOKEN=${{ secrets.GITHUB_TOKEN }}; echo $GH_TOKEN; docker build . --file Dockerfile --secret id=GH_TOKEN --tag ghcr.io/fails-components/notepadhandler:$(date +%s)
+ run: export GH_TOKEN=${{ secrets.GITHUB_TOKEN }}; docker build . --file Dockerfile --secret id=GH_TOKEN --tag ghcr.io/fails-components/notepadhandler:$(date +%s)
0 commit comments