add workflow: build-python-3.10-base-images
This commit is contained in:
parent
c380363377
commit
cd24e3f30b
28
.github/workflows/build-python-3.10-base-images.yml
vendored
Normal file
28
.github/workflows/build-python-3.10-base-images.yml
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
name: build images python-3.10
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'oci/base/python-3.10/Dockerfile'
|
||||
- '.github/workflows/build-python-3.10-base-images.yml'
|
||||
workflow_dispatch:
|
||||
branches:
|
||||
- main
|
||||
env:
|
||||
IMAGE_REPO: "images.onwalk.net"
|
||||
|
||||
jobs:
|
||||
eslint:
|
||||
name: Build Docker in Docker image
|
||||
uses: svc-design/actions/.github/workflows/build-images.yaml@main
|
||||
with:
|
||||
method: 'docker/node'
|
||||
registry_addr: ${{ env.IMAGE_REPO }}
|
||||
dockerfile_path: 'oci/base/python-3.10'
|
||||
image_name: 'public/base/python-3.10'
|
||||
image_tag: 'latest'
|
||||
secrets:
|
||||
artifactory_sa: ${{ secrets.IMAGES_REPO_USER }}
|
||||
artifactory_pw: ${{ secrets.IMAGES_REPO_PASSWORD }}
|
||||
Loading…
Reference in New Issue
Block a user