Skip to content

Commit

Permalink
Update build-and-deploy-to-skip.yaml (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsore committed Jul 19, 2024
1 parent fae7faa commit a797429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy-to-skip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
image_url: ${{ needs.build.outputs.image_url }}

argo:
name: Update version in skvis-apps
name: Update image-version in skvis-apps
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
needs: build
runs-on: ubuntu-latest
Expand All @@ -119,4 +119,4 @@ jobs:
git config --global user.email "noreply@kartverket.no"
git config --global user.name "Backstage Plugin Risk Scorecard Backend CI"
git commit -am "Update ros-backend ${{ env.ARGO_VERSION_FILE }}"
git push
git push

0 comments on commit a797429

Please sign in to comment.