do not use kaniko
Some checks are pending
ci / checkout (push) Waiting to run

This commit is contained in:
R.J. 2025-01-31 15:17:56 +01:00
parent c084e1e50b
commit ee25bf7e79
No known key found for this signature in database
GPG key ID: D85876B31F4275CF

View file

@ -18,13 +18,10 @@ jobs:
registry: git.dekedin.me registry: git.dekedin.me
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.TOKEN }} password: ${{ secrets.TOKEN }}
- uses: https://github.com/int128/kaniko-action@v1
with:
push: true
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}
cache: true
- name: Push image - name: Push image
run: docker push devenv git.dekedin.me/deke/dev-env run: docker push devenv git.dekedin.me/deke/dev-env
# - uses: https://github.com/int128/kaniko-action@v1