Skip to content

Commit 66cb5e4

Browse files
authored
set public secret env to build in action
1 parent d3cb1f2 commit 66cb5e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker.yml

+2
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,6 @@ jobs:
2828
platforms: linux/amd64
2929
pull: true
3030
push: true
31+
secret-envs: |
32+
PUBLIC: ${{ secrets.PUBLIC }}
3133
tags: laidrivm/blog:latest

0 commit comments

Comments
 (0)