Skip to content

Commit ed68507

Browse files
author
Stefano Torresi
committed
use floating tag for convenience
1 parent 678d177 commit ed68507

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/dashboards-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
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 }}

.github/workflows/exporter-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
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 }}
@@ -77,7 +77,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)