Skip to content

chore(deps): update dependency nextjs-routes to v2.2.3 #6061

chore(deps): update dependency nextjs-routes to v2.2.3

chore(deps): update dependency nextjs-routes to v2.2.3 #6061

Workflow file for this run

---
name: build
# Actions for any push other than onto master or any PR into master
# -----------------
# Control variables (GitHub Secrets)
# -----------------
#
# None
#
# -----------
# Environment (GitHub Environments)
# -----------
#
# Environment (n/a)
on:
push:
branches-ignore:
- 'master'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Build
uses: docker/build-push-action@v5
with:
build-args: |
GIT_SHA=${{ github.sha }}
SKIP_CHECKS=1
BASE_PATH=/data-manager-ui