Skip to content

Commit 72af017

Browse files
Revert last change
1 parent 240767a commit 72af017

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Build the Docker image
20-
run: docker build . --file Dockerfile --tag ghcr.io/fails-components/notepadhandler:$(date +%s)
20+
run: export GH_TOKEN=${{ secrets.GITHUB_TOKEN }}; docker build . --file Dockerfile --secret id=GH_TOKEN --tag ghcr.io/fails-components/notepadhandler:$(date +%s)
21+

0 commit comments

Comments
 (0)