use docker
This commit is contained in:
parent
c444a7e5d1
commit
8c13c48ac9
1 changed files with 4 additions and 4 deletions
|
@ -12,10 +12,10 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
build:
|
build:
|
||||||
steps:
|
steps:
|
||||||
- run: apt install podman
|
- run: apt install docker
|
||||||
- run: podman build -t devenv .
|
- run: docker build -t devenv .
|
||||||
update:
|
update:
|
||||||
steps:
|
steps:
|
||||||
- run: podman login -u deke -p ${{ secrets.TOKEN }} git.dekedin.me
|
- run: docker login -u deke -p ${{ secrets.TOKEN }} git.dekedin.me
|
||||||
- run: podman push devenv git.dekedin.me/deke/dev-env
|
- run: docker push devenv git.dekedin.me/deke/dev-env
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue