Skip to content

Commit

Permalink
Merge pull request #42 from samply/fix/dockerBuilds
Browse files Browse the repository at this point in the history
Fix Docker Builds through CI
  • Loading branch information
torbrenner authored Feb 5, 2024
2 parents 28d7a07 + 1c6f798 commit 1c25105
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/docker-develop.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Push Develop Image samply/lens-web-components
name: Build and Push Develop Image samply/lens

on:
push:
Expand All @@ -9,6 +9,13 @@ on:
- develop
jobs:
build:
# Necessary after this repository was renamed from samply/lens-web-components to samply/lens
permissions:
contents: read
packages: write
pull-requests: read
security-events: write
statuses: read
# This workflow defines how a samply docker image is built, tested and published.
# Visit: https://github.com/samply/github-workflows/blob/main/.github/workflows/docker-ci.yml, for more information
uses: samply/github-workflows/.github/workflows/docker-ci.yml@main
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Push Image samply/lens-web-components
name: Build and Push Image samply/lens

on:
push:
Expand All @@ -15,6 +15,13 @@ on:
- cron: '0 1 * * *'
jobs:
build:
# Necessary after this repository was renamed from samply/lens-web-components to samply/lens
permissions:
contents: read
packages: write
pull-requests: read
security-events: write
statuses: read
# This workflow defines how a samply docker image is built, tested and published.
# Visit: https://github.com/samply/github-workflows/blob/main/.github/workflows/docker-ci.yml, for more information
uses: samply/github-workflows/.github/workflows/docker-ci.yml@main
Expand Down

0 comments on commit 1c25105

Please sign in to comment.