Skip to content

Commit

Permalink
fix: wip - permission issue after repository rename
Browse files Browse the repository at this point in the history
  • Loading branch information
torbrenner committed Feb 1, 2024
1 parent 28d7a07 commit a259adc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-develop.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
name: Build and Push Develop Image samply/lens-web-components
name: Build and Push Develop Image samply/lens

on:
push:
branches:
- fix/dockerBuilds
- develop
pull_request:
branches:
- develop
jobs:
build:
permissions: write-all
# 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 a259adc

Please sign in to comment.