Skip to content

Add resalloc agent spawner in the hub container #67

Add resalloc agent spawner in the hub container

Add resalloc agent spawner in the hub container #67

# https://github.com/sclorg/build-and-push-action
name: Build and push to quay.io registry
on:
push:
branches:
- main
- add-resalloc-container
jobs:
build-and-push:
runs-on: ubuntu-20.04
steps:
- name: Build and push to quay.io registry
uses: sclorg/build-and-push-action@v4
with:
registry: "quay.io"
registry_namespace: "openscanhub-fedora-infra"
registry_username: ${{ secrets.REGISTRY_LOGIN }}
registry_token: ${{ secrets.REGISTRY_TOKEN }}
dockerfile: "containers/hub.Containerfile"
docker_context: "containers"
image_name: "ocp"
tag: "staging"
build-and-push-resalloc:
runs-on: ubuntu-20.04
steps:
- name: Build and push to quay.io registry
uses: sclorg/build-and-push-action@v4
with:
registry: "quay.io"
registry_namespace: "openscanhub-fedora-infra"
registry_username: ${{ secrets.REGISTRY_LOGIN }}
registry_token: ${{ secrets.REGISTRY_TOKEN }}
dockerfile: "containers/resalloc-server.Containerfile"
docker_context: "containers"
image_name: "resalloc-server"
tag: "staging"