Skip to content

Commit 240767a

Browse files
github action for building container updated
1 parent 4117f5a commit 240767a

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 }}; docker build . --file Dockerfile --secret id=GH_TOKEN --tag ghcr.io/fails-components/notepadhandler:$(date +%s)
20+
run: docker build . --file Dockerfile --tag ghcr.io/fails-components/notepadhandler:$(date +%s)

0 commit comments

Comments
 (0)