Skip to content

Commit

Permalink
add CI to build image
Browse files Browse the repository at this point in the history
  • Loading branch information
CubicrootXYZ committed Dec 22, 2024
1 parent 119cca6 commit 9afcc9e
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Main
on:
push:
paths-ignore:
- "**.md"
- "**.jpg"
- "**.jpeg"
- "**.png"
- "index.html"

permissions:
contents: read
checks: write
pages: write
id-token: write

jobs:
golang_quality:
uses: CubicrootXYZ/Workflows/.github/workflows/golang_quality.yaml@v0.0.16

build_image:
uses: CubicrootXYZ/Workflows/.github/workflows/build_image.yaml@v0.0.16
with:
docker_build_args: "--no-cache"
docker_file_path: "./"
image_name: "cubicrootxyz/remindme"
static_tag: "beta"
vuln_scan: true
secrets:
dockerhub_user: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}

0 comments on commit 9afcc9e

Please sign in to comment.