try kaniko
Some checks failed
ci / checkout (push) Failing after 41s

This commit is contained in:
R.J. 2025-01-31 17:41:04 +01:00
parent 8cf338d2b2
commit c98227ff57
No known key found for this signature in database
GPG key ID: D85876B31F4275CF

View file

@ -13,10 +13,12 @@ jobs:
run: apk add git nodejs
- name: Checkout
uses: actions/checkout@v4
- name: Login
run: echo "${{ secrets.TOKEN}}" | docker login -u deke git.dekedin.me --password-stdin
- name: Build
run: docker build -t devenv .
- name: Push image
run: docker push devenv git.dekedin.me/deke/dev-env
- name: Kaniko build
uses: https://www.github.com/aevea/action-kaniko@master
with:
image: git.dekedin.me/deke/deke-env
username: deke
password: ${{ secrets.TOKEN }}
registry: git.dekedin.me