Skip to content

Bug: Improper key for the files parameter in file upload request #37

Bug: Improper key for the files parameter in file upload request

Bug: Improper key for the files parameter in file upload request #37

Workflow file for this run

name: Docker Image CI
on:
push:
branches:
- '**'
jobs:
build_docker:
runs-on: self-hosted
steps:
- run: git clone -b $GITHUB_REF_NAME https://github.com/SystemsPurge/controller.git && cd controller && docker build --tag $CRU/$CRI:$GITHUB_REF_NAME . && cd .. && rm -rf controller
deploy_docker:
runs-on: self-hosted
needs: [build_docker]
steps:
- run: docker login -u $CRU -p $CRP && docker push $CRU/$CRI:$GITHUB_REF_NAME