Skip to content

base for flow

base for flow #124

# name: Build and Push Base Image
# on:
# push:
# branches:
# - development
# jobs:
# build-and-push:
# runs-on: ubuntu-latest
# permissions:
# contents: read
# packages: write
# steps:
# - name: Checkout repository
# uses: actions/checkout@v4
# - name: Log in to GitHub Container Registry
# uses: docker/login-action@v3
# with:
# registry: ghcr.io
# username: ${{ github.actor }}
# password: ${{ secrets.GITHUB_TOKEN }}
# - name: Build and push Docker image
# uses: docker/build-push-action@v5
# with:
# context: env/docker
# file: env/docker/base
# push: true
# tags: |
# ghcr.io/${{ github.repository_owner }}/datc-base-env:latest