Skip to content

update all GitHub Actions (#16) #855

update all GitHub Actions (#16)

update all GitHub Actions (#16) #855

Workflow file for this run

name: Build Docker images
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '0 0 * * *'
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 != 'pull_request' }}
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build endpoint
uses: docker/build-push-action@v5
with:
push: ${{ github.event_name != 'pull_request' }}
tags: martenseemann/chrome-quic-interop-runner:latest