Skip to content

Commit 72be26e

Browse files
Remove test
1 parent 0195654 commit 72be26e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v2
1919
- 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)
20+
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

Comments
 (0)