File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -398,6 +398,7 @@ jobs:
398
398
- run : rm -rf ${{ env.repo_dir }}/${{ env.family }}/${{ env.release }}
399
399
- run : mkdir -p ${{ env.repo_dir }}/${{ env.family }}/${{ env.release }}
400
400
# if image defined by variable cr_image_version is not pullable aka does not exist it will be created and pushed
401
+ # only needed for fedora
401
402
- run : docker pull ${{ env.cr_image }}-${{ env.family }}-${{ env.cr_image_latest }}:${{ env.cr_image_version }} || /usr/bin/docker build -t ${{ env.cr_image }}-${{ env.family }}-${{ env.cr_image_latest }}:${{ env.cr_image_version }} -f build/docker/Dockerfile-${{ github.job }} .
402
403
- run : docker push ${{ env.cr_image }}-${{ env.family }}-${{ env.cr_image_latest }}:${{ env.cr_image_version }}
403
404
# copy *.rpm files into nagstamon-jekyll and create repodata
You can’t perform that action at this time.
0 commit comments