Skip to content

Update cluster output information. #9

Update cluster output information.

Update cluster output information. #9

name: Features Docker
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Update all packages
run: sudo apt-get -y update
- name: Build the Docker image
run: pushd pods && pushd features && podman build . -t features:citest && popd && popd