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:
|
build:
|
||||||
runs-on: [label-one]
|
runs-on: [label-one]
|
||||||
container:
|
container:
|
||||||
image: node:20
|
image: node:alpine3.22
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Login to Registry
|
- name: Login to Registry
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: registry.example.com
|
|
||||||
username: ${{ secrets.REGISTRY_USER }}
|
username: ${{ secrets.REGISTRY_USER }}
|
||||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
|
|||||||
Reference in New Issue
Block a user