Skip to content

Commit db094e1

Browse files
committed
build image to the file
1 parent 56c413b commit db094e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ jobs:
246246
run: |
247247
echo \
248248
"FROM localhost:5000/${GITHUB_REPOSITORY,,}:${{ env.release_version }}
249-
COPY ${{ runner.temp }}/openam-server/target/*.war /usr/local/tomcat/webapps/openam.war" > ${{ runner.temp }}/Dockerfile.tmp
249+
COPY ./openam-server/target/*.war /usr/local/tomcat/webapps/openam.war" > ${{ runner.temp }}/Dockerfile.tmp
250250
cat ${{ runner.temp }}/Dockerfile.tmp
251251
- name: Run Integration Test
252252
shell: bash

0 commit comments

Comments
 (0)