Update .forgejo/workflows/docker.yaml
This commit is contained in:
parent
1810e4869e
commit
42c9cbbc56
1 changed files with 1 additions and 4 deletions
|
@ -9,11 +9,8 @@ env:
|
|||
|
||||
jobs:
|
||||
publish-docker:
|
||||
runs-on: bookworm
|
||||
container: alpine
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Install dependancies
|
||||
run: apk add nodejs git docker
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Login to Docker
|
||||
|
|
Loading…
Add table
Reference in a new issue