adding name to job
Some checks failed
Recommender Build and Deploy (internal) / Deploy (internal) (push) Has been cancelled
Recommender Build and Deploy (internal) / Build Image (push) Has been cancelled

This commit is contained in:
2026-07-12 12:27:01 -03:00
parent 0c3661e919
commit 07524f9aaf

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 }}