Skip to content

Update unhappy path remove-company endpoint POST (#144) #7

Update unhappy path remove-company endpoint POST (#144)

Update unhappy path remove-company endpoint POST (#144) #7

Workflow file for this run

name: Main
on:
push:
branches:
- main
jobs:
docker-push:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Build
run: docker build -t onsdigital/eq-survey-runner-benchmark:latest .
- name: Push
run: |
echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
echo "Pushing with tag [latest]"
docker push onsdigital/eq-survey-runner-benchmark:latest