Skip to content

Merge pull request #26 from samply/refactor/split-age-stratifier #7

Merge pull request #26 from samply/refactor/split-age-stratifier

Merge pull request #26 from samply/refactor/split-age-stratifier #7

name: Build and Push Develop Image samply/lens-web-components
on:
push:
branches:
- develop
pull_request:
branches:
- develop
jobs:
build:
# 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
with:
image-name: "samply/lens-web-components"
build-args: |
TARGET_ENVIRONMENT=staging
# This passes the secrets from calling workflow to the called workflow
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}