mirror of
https://github.com/Veridise/Picus.git
synced 2026-01-10 05:58:04 -05:00
release: make a new release
This commit is contained in:
committed by
sorawee
parent
771bb34f65
commit
138b151d3a
22
.github/workflows/docker-base-test.yml
vendored
22
.github/workflows/docker-base-test.yml
vendored
@@ -1,22 +0,0 @@
|
||||
name: Docker Base Image Test
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
resources/Dockerfile@base
|
||||
|
||||
jobs:
|
||||
build-base-docker:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
- name: Build Docker
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: .
|
||||
push: false
|
||||
file: resources/Dockerfile@base
|
||||
platforms: linux/amd64
|
||||
2
changelogs/unreleased/24-03-08-release-picus.yaml
Normal file
2
changelogs/unreleased/24-03-08-release-picus.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
changed:
|
||||
- Added a checkpoint for Picus public release
|
||||
Reference in New Issue
Block a user