Skip to content

Move babel ignore to the prod pip ecosystem (#1517) #294

Move babel ignore to the prod pip ecosystem (#1517)

Move babel ignore to the prod pip ecosystem (#1517) #294

Workflow file for this run

name: Main
on:
push:
branches:
- main
jobs:
docker-push:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Write app version
run: printf "$GITHUB_SHA" > .application-version
- name: Build
run: >
docker build -t onsdigital/eq-questionnaire-runner:latest .
- name: Push to Docker Hub
run: |
echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
echo "Pushing with tag [latest]"
docker push onsdigital/eq-questionnaire-runner:latest