Skip to content

Commit

Permalink
use a newer CD container
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanotorresi committed May 24, 2022
1 parent 529c6ee commit 7a28fb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/exporter-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit 7a28fb0

Please sign in to comment.