parent
8cf338d2b2
commit
c98227ff57
1 changed files with 8 additions and 6 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue