File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3434 if : github.ref == 'refs/heads/main'
3535 runs-on : ubuntu-latest
3636 container :
37- image : ghcr.io/trento-project/continuous-delivery:0.1.0
37+ image : ghcr.io/trento-project/continuous-delivery:0.1.x
3838 options : -u 0:0
3939 env :
4040 OBS_USER : ${{ secrets.OBS_USER }}
Original file line number Diff line number Diff line change 5555 if : github.ref == 'refs/heads/main'
5656 runs-on : ubuntu-latest
5757 container :
58- image : ghcr.io/trento-project/continuous-delivery:0.1.0
58+ image : ghcr.io/trento-project/continuous-delivery:0.1.x
5959 options : -u 0:0
6060 env :
6161 OBS_USER : ${{ secrets.OBS_USER }}
7777 if : github.event.release
7878 runs-on : ubuntu-latest
7979 container :
80- image : ghcr.io/trento-project/continuous-delivery:0.1.0
80+ image : ghcr.io/trento-project/continuous-delivery:0.1.x
8181 options : -u 0:0
8282 env :
8383 OBS_USER : ${{ secrets.OBS_USER }}
You can’t perform that action at this time.
0 commit comments