Skip to content

INT-3729 - Stratos - Website: Update Docusaurus to nearest stable (… #50

INT-3729 - Stratos - Website: Update Docusaurus to nearest stable (…

INT-3729 - Stratos - Website: Update Docusaurus to nearest stable (… #50

name: container-push-base-images-develop
on:
push:
branches:
- develop
workflow_dispatch:
jobs:
push-store-image:
runs-on: ubuntu-latest
permissions:
packages: write
steps:
- name: 'Log into GHCR'
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{secrets.DOCKERHUB_USERNAME}}
password: ${{secrets.DOCKERHUB_TOKEN}}
- name: 'Checkout current develop'
uses: actions/checkout@v3
with:
ref: "develop"
- name: 'Build stratos base images'
run: |
./deploy/stratos-base-images/build-base-images.sh -r ghcr.io -o anynines -p -s