Use alpine docker image
Some checks failed
Build and Push Docker Image / build (push) Failing after 6s
Some checks failed
Build and Push Docker Image / build (push) Failing after 6s
This commit is contained in:
@@ -8,12 +8,11 @@ jobs:
|
||||
build:
|
||||
runs-on: [label-one]
|
||||
container:
|
||||
image: node:20
|
||||
image: node:alpine3.22
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Login to Registry
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: registry.example.com
|
||||
username: ${{ secrets.REGISTRY_USER }}
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
|
||||
Reference in New Issue
Block a user