Skip to content

Commit e8ac4fc

Browse files
committed
build image to the file
1 parent 672cd5f commit e8ac4fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ jobs:
101101
- name: Export image to file
102102
shell: bash
103103
run: |
104+
docker pull localhost:5000/${GITHUB_REPOSITORY,,}:${{ env.release_version }}
104105
docker image ls -a
105106
docker save -o ${{ runner.temp }}/openam-tmp-image.tar localhost:5000/${GITHUB_REPOSITORY,,}:${{ env.release_version }}
106107
- name: Docker test

0 commit comments

Comments
 (0)