Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

updated README.md

updated README.md #87

#
# Author: Hari Sekhon
# Date: 2022-01-27 18:55:16 +0000 (Thu, 27 Jan 2022)
#
# vim:ts=2:sts=2:sw=2:et
#
# https://github.com/HariSekhon/DevOps-Python-tools
#
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback
#
# https://www.linkedin.com/in/HariSekhon
#
---
name: Docker Build (Debian)
on:
push:
branches:
- master
- main
paths-ignore:
- '**/*.md'
- .github/
- '**/Dockerfile'
- '**/Jenkinsfile'
- '**/.envrc*'
- .checkov.yaml
- .dockerignore
- .gcloudignore
- .editorconfig
- '.gitconfig*'
- .gitignore
- .grype.yaml
- .hound.yml
- .terraformignore
- Jenkinsfile
- .appveyor.yml
- .buildkite/pipeline.yml
- .circleci/config.yml
- .cirrus.yml
- .concourse.yml
- .drone.yml
- .gitlab-ci.yml
- .gocd.yml
- .scrutinizer.yml
- .semaphore/semaphore.yml
- .travis.yml
- .werckerignore
- azure-pipelines.yml
- bitbucket-pipelines.yml
- buddy.yml
- buildspec.yml
- cloudbuild.yaml
- codefresh.yml
- codeship.yml
- shippable.yml
- wercker.yml
pull_request:
branches:
- master
- main
paths-ignore:
- '**/*.md'
- .github/
- '**/Dockerfile'
- '**/Jenkinsfile'
- '**/.envrc*'
- .checkov.yaml
- .dockerignore
- .gcloudignore
- .editorconfig
- '.gitconfig*'
- .gitignore
- .grype.yaml
- .hound.yml
- .terraformignore
- Jenkinsfile
- .appveyor.yml
- .buildkite/pipeline.yml
- .circleci/config.yml
- .cirrus.yml
- .concourse.yml
- .drone.yml
- .gitlab-ci.yml
- .gocd.yml
- .scrutinizer.yml
- .semaphore/semaphore.yml
- .travis.yml
- .werckerignore
- azure-pipelines.yml
- bitbucket-pipelines.yml
- buddy.yml
- buildspec.yml
- cloudbuild.yaml
- codefresh.yml
- codeship.yml
- shippable.yml
- wercker.yml
workflow_dispatch:
inputs:
debug:
type: boolean
required: false
default: false
jobs:
docker_build:
name: Docker Build
uses: HariSekhon/GitHub-Actions/.github/workflows/docker_build.yaml@master
with:
repo_tags: |
harisekhon/pytools:debian
ghcr.io/harisekhon/pytools:debian
dockerfile-repo: HariSekhon/Dockerfiles
context: Dockerfiles/devops-python-tools-debian
debug: ${{ github.event.inputs.debug }}
secrets:
DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
if: github.ref_name == 'master' || github.ref_name == 'main' || github.ref_name == 'docker'
permissions:
contents: read
packages: write
Morty Proxy This is a proxified and sanitized view of the page, visit original site.