let action run on debian
This commit is contained in:
parent
f7d7429ce3
commit
c444a7e5d1
1 changed files with 1 additions and 5 deletions
|
@ -11,14 +11,10 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
build:
|
||||
runs-on: docker
|
||||
image: alpine:edge
|
||||
steps:
|
||||
- run: apk add podman
|
||||
- run: apt install podman
|
||||
- run: podman build -t devenv .
|
||||
update:
|
||||
runs-on: docker
|
||||
image: alpine:edge
|
||||
steps:
|
||||
- run: podman login -u deke -p ${{ secrets.TOKEN }} git.dekedin.me
|
||||
- run: podman push devenv git.dekedin.me/deke/dev-env
|
||||
|
|
Loading…
Add table
Reference in a new issue