Skip to content

Commit

Permalink
GitHub repo fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bengarrett committed Feb 23, 2024
1 parent 4da66a4 commit e3eb203
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 64 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "monthly"
target-branch: "main"
open-pull-requests-limit: 10
groups:
updates:
update-types:
- "minor"
- "patch"
- package-ecosystem: github-actions
directory: "/"
schedule:
Expand Down
26 changes: 26 additions & 0 deletions .github/workflows/docker-hub.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: DockerHub

on:
workflow_dispatch:
push:
tags:
- v*

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push Docker images
uses: docker/[email protected]
with:
push: true
tags: bengarrett/dosee:latest
23 changes: 0 additions & 23 deletions .github/workflows/dockerhub.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/shiftleft-analysis.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ pub
*.tgz

# VSCode
.vscode/tasks.json
.vscode/tasks.json

.DS_Store

0 comments on commit e3eb203

Please sign in to comment.