fix: ci try node:current img
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Kieran 2024-01-26 15:23:27 +00:00
parent fea7a9a63a
commit d55c9ad122
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
1 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ steps:
commands:
- git fetch --tags
- name: Build site
image: node:current-bullseye
image: node:current
volumes:
- name: cache
path: /cache
@ -56,7 +56,7 @@ metadata:
namespace: git
steps:
- name: Test/Lint
image: node:current-bullseye
image: node:current
volumes:
- name: cache
path: /cache
@ -88,7 +88,7 @@ metadata:
namespace: git
steps:
- name: Push/Pull translations
image: node:current-bullseye
image: node:current
volumes:
- name: cache
path: /cache
@ -134,7 +134,7 @@ steps:
commands:
- git fetch --tags
- name: Build site
image: node:current-bullseye
image: node:current
volumes:
- name: cache
path: /cache