From 7a28fb0b2f74c9d5721cc494a66a15e90f8d94a9 Mon Sep 17 00:00:00 2001 From: Stefano Torresi Date: Tue, 24 May 2022 15:54:15 +0200 Subject: [PATCH] use a newer CD container --- .github/workflows/exporter-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/exporter-ci.yml b/.github/workflows/exporter-ci.yml index f1467c6..d44c8f0 100644 --- a/.github/workflows/exporter-ci.yml +++ b/.github/workflows/exporter-ci.yml @@ -52,7 +52,7 @@ jobs: needs: build if: github.ref == 'refs/heads/master' runs-on: ubuntu-latest - container: shap/continuous_deliver + container: ghcr.io/trento-project/continuous-delivery:master env: OBS_USER: ${{ secrets.OBS_USER }} OBS_PASS: ${{ secrets.OBS_PASS }} @@ -75,7 +75,7 @@ jobs: needs: build if: github.event.release runs-on: ubuntu-latest - container: shap/continuous_deliver + container: ghcr.io/trento-project/continuous-delivery:master env: OBS_USER: ${{ secrets.OBS_USER }} OBS_PASS: ${{ secrets.OBS_PASS }}