Skip to content

Pin Snok Install to a Commit #34

Pin Snok Install to a Commit

Pin Snok Install to a Commit #34

Workflow file for this run

name: Main

Check failure on line 1 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: permissions
on:
push:
branches:
- main
jobs:
permissions:
contents: read
docker-push:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- 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