adding name to job
This commit is contained in:
@@ -15,7 +15,8 @@ jobs:
|
|||||||
runs-on: ubuntu-amd64
|
runs-on: ubuntu-amd64
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- 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:
|
with:
|
||||||
image: ${{ env.IMAGE }}
|
image: ${{ env.IMAGE }}
|
||||||
registry_password: ${{ secrets.REGISTRY_PASSWORD }}
|
registry_password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
|
|||||||
Reference in New Issue
Block a user