Skip to content

Added option for node admin to create whitelist/blacklist of which co… #6

Added option for node admin to create whitelist/blacklist of which co…

Added option for node admin to create whitelist/blacklist of which co… #6

Workflow file for this run

name: Create Release
on:
push:
branches:
- main
jobs:
create-docker-image:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Login to Docker registry
uses: docker/login-action@v3
with:
registry: harbor2.vantage6.ai
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Run Makefile Rule
run: docker build -t harbor2.vantage6.ai/algorithms/crosstab:v4 .
- name: Push Docker image
run: |
docker push harbor2.vantage6.ai/algorithms/crosstab:v4