Skip to content

don't run the build workflow in a cron job #856

don't run the build workflow in a cron job

don't run the build workflow in a cron job #856

Workflow file for this run

name: Build Docker images
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Login to Docker Hub
uses: docker/login-action@v3
if: ${{ github.event_name == 'push' }}
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build endpoint
uses: docker/build-push-action@v5
with:
push: ${{ github.event_name == 'push' }}
tags: martenseemann/chrome-quic-interop-runner:latest