Skip to content

Configure Digitransit CI actions #210

Configure Digitransit CI actions

Configure Digitransit CI actions #210

Workflow file for this run

name: Process dev-2.x push or pr
on:
push:
branches:
- dev-2.x
pull_request:
branches:
- dev-2.x
jobs:
docker-push:
if: github.ref == 'refs/heads/dev-2.x'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build docker image from dev-2.x and push it
run: ./.github/workflows/scripts/build_and_push_dev.sh
env:
DOCKER_USER: ${{ secrets.DOCKER_USER }}
DOCKER_AUTH: ${{ secrets.DOCKER_AUTH }}