Skip to content

Delete shell/run_tests_simple.sh (#29) #22

Delete shell/run_tests_simple.sh (#29)

Delete shell/run_tests_simple.sh (#29) #22

name: Push Container to GHCR
on:
push:
branches:
- develop
jobs:
build_and_publish:
runs-on: ubuntu-latest
steps:
- name: Checkout image
uses: actions/checkout@v4
- name: Log in to the Container registry
uses: docker/login-action@v3
with:
registry: https://ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v6
with:
file: Dockerfile.base
push: true
tags: ghcr.io/jcsda-internal/jedi-ci-base:latest