chore: Rebase to different kaniko build action (still within dind)
Some checks failed
Container & Helm chart / Semantic Release (Dry-run) (push) Successful in 43s
Container & Helm chart / Container image (push) Failing after 30s

This commit is contained in:
Danny Bessems 2024-02-27 22:24:27 +11:00
parent bd43145b17
commit 374031d120

View File

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