Skip to content

Commit

Permalink
Dev (#11)
Browse files Browse the repository at this point in the history
* fix: forgot to run pre-commit

* fix: bad config file carried over

* ci: add docker-build workflow

* ci: add docker-build workflow

* ci: add docker-build workflow

* ci: add docker-build workflow

* ci: add main docker-build workflow

* ci: fix pr workflow name

* docs: update README.md

* ci: create cron job

* docs: update README.md

* ci: update cron job

* ci: update cron job

* ci: update workflows job

* refactor: change docker upstream image

* ci: update image scan workflow

* ci: update image scan workflow

* ci: update image scan workflow

* ci: update image scan workflow

* ci: update image scan workflow

* ci: remove image scan workflow

---------

Signed-off-by: Simon HARVEY <simon.harvey.86@gmail.com>
  • Loading branch information
irish1986 authored Nov 1, 2024
1 parent da6da68 commit da09402
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on: # yamllint disable-line rule:truthy
- main
paths-ignore:
- 'README.md'
workflow_dispatch:

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on: # yamllint disable-line rule:truthy
- main
paths-ignore:
- 'README.md'
workflow_dispatch:

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
Expand Down Expand Up @@ -39,7 +40,7 @@ jobs:
comments: "4321tset"
enable: false

docker-build:
docker-build-push:
name: Call Docker Build
uses: irishlab-io/admin/.github/workflows/reusable-docker-build.yml@main

Expand All @@ -54,5 +55,3 @@ jobs:

with:
context: "./docker/"
image-names: |
ghcr.io/${{ github.repository }}
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.27.2-alpine
FROM nginx:1.10.2-alpine

COPY index.html /usr/share/nginx/html

Expand Down

0 comments on commit da09402

Please sign in to comment.