Skip to content

Commit

Permalink
fet: add CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ylascombe committed Jul 18, 2024
1 parent 8a27d93 commit 5fe03be
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: 2.1
orbs:
docker: circleci/[email protected]
bot: lifen/bot@0 # locked on major version

workflows:
build:
jobs:
- docker/hadolint:
dockerfiles: Dockerfile
# DL3041: Specify version with `dnf install -y <package>-<version>`.
ignore-rules: 'DL3041'
- bot/docker-build-and-push:
name: build-ci-docker-image
context: org-global
dockerTag: $CIRCLE_SHA1
requires:
- docker/hadolint
filters:
branches:
only:
- "master"

0 comments on commit 5fe03be

Please sign in to comment.