Compare commits

...

2 commits

Author SHA1 Message Date
Peter Cai c7214472b0 standardnotes-web: uprev 3.189.5
All checks were successful
/ build-image (push) Successful in 5m8s
2024-02-15 15:29:51 -05:00
Peter Cai 897a20c56a Switch to our clone of changed-files action 2024-02-15 15:28:53 -05:00
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ jobs:
- name: Detect Directory Changes
id: changed-dirs
uses: https://github.com/tj-actions/changed-files@v42
uses: https://gitea.angry.im/actions/changed-files@v42
with:
dir_names: 'true'
dir_names_max_depth: '1'

View file

@ -1,6 +1,6 @@
FROM node:16-alpine AS builder
ARG SN_TAG=@standardnotes/web@3.173.23
ARG SN_TAG=@standardnotes/web@3.189.5
RUN apk add git