Skip to content

build(deps): bump ejs from 3.1.8 to 3.1.10 in /e2e/images/selenium-gr… #33

build(deps): bump ejs from 3.1.8 to 3.1.10 in /e2e/images/selenium-gr…

build(deps): bump ejs from 3.1.8 to 3.1.10 in /e2e/images/selenium-gr… #33

Workflow file for this run

name: main build
on:
push:
branches:
- main
paths:
- 'e2e/images/**'
- 'Makefile'
jobs:
validate:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Login to GitHub Container Registry
env:
GHCR_AUTH_PAT: ${{ secrets.GHCR_AUTH_PAT }}
GHCR_AUTH_USER: ${{ secrets.GHCR_AUTH_USER }}
run: echo $GHCR_AUTH_PAT | docker login ghcr.io -u $GHCR_AUTH_USER --password-stdin
- name: Login to Docker Hub
env:
DOCKER_HUB_ACCESS_TOKEN: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
run: echo $DOCKER_HUB_ACCESS_TOKEN | docker login -u $DOCKER_HUB_USERNAME --password-stdin
- name: e2e-images
run: make e2e-images