Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* senzing-factory/build-resources#79 add .github owner

* use standardized docker builds
  • Loading branch information
kernelsam authored Jan 18, 2024
1 parent fce7bef commit 4b28adb
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 43 deletions.
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Default code owner

* @senzing-factory/senzing-devsecops
22 changes: 0 additions & 22 deletions .github/workflows/cd-pr-test-build.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/ci-test-build.yml

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/docker-build-container.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: 'docker build container'

on: [push]

jobs:
docker-build-container:
runs-on: ubuntu-latest
steps:
- name: Build docker image
uses: Senzing/github-action-docker-buildx-build@v1
with:
build-options: "--build-arg \"GITHUB_HEAD_REF=${GITHUB_HEAD_REF:-${GITHUB_REF##*/}}\" \
--build-arg \"GITHUB_EVENT_NAME=${GITHUB_EVENT_NAME}\" "
context: build/docker
image-repository: senzing-factory/git-action-git-issue-creation
image-tag: ${{ github.ref_name }}
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
username: ${{ secrets.DOCKERHUB_USERNAME }}

0 comments on commit 4b28adb

Please sign in to comment.