mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-11 12:16:33 -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
|
||||
runs-on: docker
|
||||
container:
|
||||
image: node:21-bookworm
|
||||
image: node:21-alpine
|
||||
steps:
|
||||
- name: Check out the repo
|
||||
uses: actions/checkout@v4
|
||||
- name: Install docker
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y docker
|
||||
shell: /bin/ash -e {0}
|
||||
run: apk add --update docker
|
||||
- name: Login to docker repo
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue