This commit is contained in:
parent
c084e1e50b
commit
ee25bf7e79
1 changed files with 3 additions and 6 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue