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 c8b1110 commit c5a59eeCopy full SHA for c5a59ee
.github/workflows/build.yml
@@ -203,6 +203,7 @@ jobs:
203
if: github.event_name == 'release' && env.GOOS == 'linux' && env.GOARCH == 'amd64'
204
run: |
205
cp ./Dockerfile ./dist
206
+ cp -rp ./resources ./dist
207
208
- name: Build and push
209
0 commit comments