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