Compare commits

..
Author SHA1 Message Date
Renovate Bot db2dfe4774 Add renovate.json 2026-08-29 18:29:07 +00:00
ivanch 07524f9aaf adding name to job
Recommender Build and Deploy (internal) / Build Image (push) Has been cancelled
Recommender Build and Deploy (internal) / Deploy (internal) (push) Has been cancelled
2026-07-12 12:27:01 -03:00
2 changed files with 5 additions and 1 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ jobs:
runs-on: ubuntu-amd64
steps:
- uses: actions/checkout@v4
- uses: https://git.ivanch.me/ivanch/pipeline-actions/build-and-push@main
- name: Build and Push Multi-Arch Image
uses: https://git.ivanch.me/ivanch/pipeline-actions/build-and-push@main
with:
image: ${{ env.IMAGE }}
registry_password: ${{ secrets.REGISTRY_PASSWORD }}
+3
View File
@@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}