Fixed wrong dockerfile in actions
Build and Push Alpine NodeJS Image to docker.io Registry / Build and push image (root user) (push) Successful in 1m28s
Details
Build and Push Alpine NodeJS Image to docker.io Registry / Build and push image (rootless) (push) Successful in 9m17s
Details
Build and Push Alpine NodeJS Image to Winter Access Registry / Build and push image (Root User) (push) Successful in 27s
Details
Build and Push Alpine NodeJS Image to Winter Access Registry / Build and push image (rootless) (push) Successful in 42s
Details
Build and Push Ubuntu NodeJS Image to Winter Access Registry / Build and push image (root user) (push) Successful in 27s
Details
Build and Push Ubuntu NodeJS Image to Winter Access Registry / Build and push image (rootless) (push) Successful in 58s
Details
Build and Push Ubuntu NodeJS Image to docker.io Registry / Build and push image (root user) (push) Successful in 1m55s
Details
Build and Push Ubuntu NodeJS Image to docker.io Registry / Build and push image (rootless) (push) Successful in 1m57s
Details
Build and Push Alpine NodeJS Image to docker.io Registry / Build and push image (root user) (push) Successful in 1m28s
Details
Build and Push Alpine NodeJS Image to docker.io Registry / Build and push image (rootless) (push) Successful in 9m17s
Details
Build and Push Alpine NodeJS Image to Winter Access Registry / Build and push image (Root User) (push) Successful in 27s
Details
Build and Push Alpine NodeJS Image to Winter Access Registry / Build and push image (rootless) (push) Successful in 42s
Details
Build and Push Ubuntu NodeJS Image to Winter Access Registry / Build and push image (root user) (push) Successful in 27s
Details
Build and Push Ubuntu NodeJS Image to Winter Access Registry / Build and push image (rootless) (push) Successful in 58s
Details
Build and Push Ubuntu NodeJS Image to docker.io Registry / Build and push image (root user) (push) Successful in 1m55s
Details
Build and Push Ubuntu NodeJS Image to docker.io Registry / Build and push image (rootless) (push) Successful in 1m57s
Details
This commit is contained in:
parent
1f57e53b11
commit
d7f2a41fb7
|
@ -83,7 +83,7 @@ jobs:
|
|||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile.alpine
|
||||
file: Dockerfile.alpine-rootless
|
||||
build-args: |
|
||||
REGISTRY_URL=aprimediet
|
||||
ALPINE_VERSION=3.14
|
||||
|
@ -94,7 +94,7 @@ jobs:
|
|||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile.alpine
|
||||
file: Dockerfile.alpine-rootless
|
||||
build-args: |
|
||||
REGISTRY_URL=aprimediet
|
||||
ALPINE_VERSION=3.16
|
||||
|
@ -105,7 +105,7 @@ jobs:
|
|||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile.alpine
|
||||
file: Dockerfile.alpine-rootless
|
||||
build-args: |
|
||||
REGISTRY_URL=aprimediet
|
||||
ALPINE_VERSION=3.18
|
||||
|
@ -116,7 +116,7 @@ jobs:
|
|||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile.alpine
|
||||
file: Dockerfile.alpine-rootless
|
||||
build-args: |
|
||||
REGISTRY_URL=aprimediet
|
||||
ALPINE_VERSION=3.20
|
||||
|
|
|
@ -89,7 +89,7 @@ jobs:
|
|||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile.alpine
|
||||
file: Dockerfile.alpine-rootless
|
||||
build-args: |
|
||||
ALPINE_VERSION=3.16
|
||||
push: true
|
||||
|
@ -99,7 +99,7 @@ jobs:
|
|||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile.alpine
|
||||
file: Dockerfile.alpine-rootless
|
||||
build-args: |
|
||||
ALPINE_VERSION=3.18
|
||||
push: true
|
||||
|
@ -109,7 +109,7 @@ jobs:
|
|||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile.alpine
|
||||
file: Dockerfile.alpine-rootless
|
||||
build-args: |
|
||||
ALPINE_VERSION=3.20
|
||||
push: true
|
||||
|
|
|
@ -117,7 +117,7 @@ jobs:
|
|||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile.ubuntu
|
||||
file: Dockerfile.ubuntu-rootless
|
||||
build-args: |
|
||||
REGISTRY_URL=aprimediet
|
||||
UBUNTU_VERSION=noble
|
||||
|
@ -126,11 +126,11 @@ jobs:
|
|||
tags: |
|
||||
aprimediet/nodejs:18-rootless-ubuntu
|
||||
aprimediet/nodejs:18-rootless
|
||||
- name: Build and push 20.11.1
|
||||
- name: Build and push 20.15.1
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile.ubuntu
|
||||
file: Dockerfile.ubuntu-rootless
|
||||
build-args: |
|
||||
REGISTRY_URL=aprimediet
|
||||
UBUNTU_VERSION=noble
|
||||
|
|
|
@ -111,7 +111,7 @@ jobs:
|
|||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile.ubuntu
|
||||
file: Dockerfile.ubuntu-rootless
|
||||
build-args: |
|
||||
UBUNTU_VERSION=noble
|
||||
NODE_VERSION=18.19.1
|
||||
|
@ -123,7 +123,7 @@ jobs:
|
|||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile.ubuntu
|
||||
file: Dockerfile.ubuntu-rootless
|
||||
build-args: |
|
||||
UBUNTU_VERSION=noble
|
||||
NODE_VERSION=20.15.1
|
||||
|
|
Loading…
Reference in New Issue