trying alpine image
Some checks failed
Build and Publish Docker Image / build (push) Failing after 41s
Some checks failed
Build and Publish Docker Image / build (push) Failing after 41s
This commit is contained in:
parent
a0c0d9c1a6
commit
ccba5227fb
1 changed files with 4 additions and 1 deletions
|
@ -10,7 +10,7 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: docker
|
||||
container: ubuntu:latest
|
||||
container: node:22-alpine
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
@ -27,6 +27,9 @@ jobs:
|
|||
type=semver,pattern={{major}}.{{minor}}
|
||||
type=sha
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Login to Container Registry
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: docker/login-action@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue