chore: Rebase to different kaniko build action (still within dind)
This commit is contained in:
parent
bd43145b17
commit
374031d120
@ -44,16 +44,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Login to Docker Registry
|
- name: Kaniko build
|
||||||
uses: docker/login-action@v3
|
uses: aevea/action-kaniko@master
|
||||||
with:
|
with:
|
||||||
registry: code.spamasaurus.com
|
registry: code.spamasaurus.com
|
||||||
|
image: djpbessems/spamasaurusrex
|
||||||
username: ${{ secrets.GIT_USERNAME }}
|
username: ${{ secrets.GIT_USERNAME }}
|
||||||
password: ${{ secrets.GIT_APIKEY }}
|
password: ${{ secrets.GIT_APIKEY }}
|
||||||
- name: Build and push
|
tag: ${{ steps.sem_rel.outputs.version }}
|
||||||
uses: int128/kaniko-action@v1
|
|
||||||
with:
|
|
||||||
push: true
|
|
||||||
# tags: ${{ steps.metadata.outputs.tags }}
|
|
||||||
tags: |
|
|
||||||
code.spamasaurus.com/djpbessems/spamasaurusrex:${{ steps.sem_rel.outputs.version }}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user