mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-12 17:54:42 -05:00
Back To Alpine
This commit is contained in:
parent
08137acfe3
commit
92101fd08a
1 changed files with 3 additions and 4 deletions
|
|
@ -9,14 +9,13 @@ jobs:
|
||||||
name: Build and push docker image
|
name: Build and push docker image
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: node:21-bookworm
|
image: node:21-alpine
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repo
|
- name: Check out the repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Install docker
|
- name: Install docker
|
||||||
run: |
|
shell: /bin/ash -e {0}
|
||||||
apt-get update
|
run: apk add --update docker
|
||||||
apt-get install -y docker
|
|
||||||
- name: Login to docker repo
|
- name: Login to docker repo
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue