Build E2E Frontend Base Image #26
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build E2E Frontend Base Image | |
on: | |
schedule: | |
# Update the E2E Firefox testcafe version on the first of every month | |
- cron: 0 0 1 * * | |
jobs: | |
build-e2e-docker-image: | |
name: Build E2E Frontend Base Image | |
uses: ./.github/workflows/.reusable-docker-build.yml | |
with: | |
file: frontend/Dockerfile-base.e2e | |
image-name: e2e-frontend-base | |
tags: latest |