Compare commits

..

1 Commits

Author SHA1 Message Date
07524f9aaf 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
2026-07-12 12:27:01 -03:00

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