0
0
mirror of https://github.com/thegeeklab/wp-git-action.git synced 2024-11-09 17:10:41 +00:00

fix git-action plugin image (#11)

This commit is contained in:
Robert Kaussow 2022-12-03 14:16:02 +01:00 committed by GitHub
parent d33d885443
commit 3dbb159e39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -226,7 +226,7 @@ local PipelineDocs = {
},
{
name: 'publish',
image: 'plugins/gh-pages',
image: 'thegeeklab/drone-git-action',
settings: {
action: [
'pages',

View File

@ -341,7 +341,7 @@ steps:
NPM_CONFIG_LOGLEVEL: error
- name: publish
image: plugins/gh-pages
image: thegeeklab/drone-git-action
settings:
action:
- pages
@ -460,6 +460,6 @@ depends_on:
---
kind: signature
hmac: 206e1ad1bc3a7bbb506d58fea0482e5cd37fa5e7cf6e71f347426e2b167d131a
hmac: 7a4d6d3de048b4a826a4c908503f0d69d7ad6abf2bcc631c0b6ac5666f1d3753
...