File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818 password : ${{ secrets.GITHUB_TOKEN }}
1919 - uses : actions/checkout@v3
2020 - name : build yocto_core
21- run : docker build -f dockerfiles/yocto_core/Dockerfile -t ghcr.io/${{ github.actor }}/yocto_core:$(git rev-parse --short "$GITHUB_SHA") .
21+ run : docker build -f dockerfiles/yocto_core/Dockerfile -t ghcr.io/${{ github.actor }}/yocto_core:ubuntu2204 .
2222 - name : push yocto_core
2323 run : env && docker push ghcr.io/${{ github.actor }}/yocto_core:ubuntu2204
2424
3535 password : ${{ secrets.GITHUB_TOKEN }}
3636 - uses : actions/checkout@v3
3737 - name : build yocto_openstlinux
38- run : docker build -f dockerfiles/yocto_openstlinux/Dockerfile -t ghcr.io/${{ github.actor }}/yocto_openstlinux:$(git rev-parse --short "$GITHUB_SHA") .
38+ run : docker build -f dockerfiles/yocto_openstlinux/Dockerfile -t ghcr.io/${{ github.actor }}/yocto_openstlinux:ubuntu2204 .
3939 - name : push yocto_openstlinux
4040 run : env && docker push ghcr.io/${{ github.actor }}/yocto_openstlinux:ubuntu2204
4141
5252 password : ${{ secrets.GITHUB_TOKEN }}
5353 - uses : actions/checkout@v3
5454 - name : build yocto_xlnx
55- run : docker build -f dockerfiles/yocto_xlnx/Dockerfile -t ghcr.io/${{ github.actor }}/yocto_xlnx:$(git rev-parse --short "$GITHUB_SHA") .
55+ run : docker build -f dockerfiles/yocto_xlnx/Dockerfile -t ghcr.io/${{ github.actor }}/yocto_xlnx:ubuntu2204 .
5656 - name : push yocto_xlnx
5757 run : env && docker push ghcr.io/${{ github.actor }}/yocto_xlnx:ubuntu2204
5858
You can’t perform that action at this time.
0 commit comments