fixes docker image url
This commit is contained in:
parent
b4999c40be
commit
f0ace58957
@ -5,7 +5,7 @@ concurrency:
|
|||||||
limit: 1
|
limit: 1
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: xsteadfastx/blog
|
image: quay.io/xsteadfastx/blog
|
||||||
pull: always
|
pull: always
|
||||||
environment:
|
environment:
|
||||||
WEBMENTIONIO_TOKEN:
|
WEBMENTIONIO_TOKEN:
|
||||||
@ -31,7 +31,7 @@ steps:
|
|||||||
- master
|
- master
|
||||||
|
|
||||||
- name: mention
|
- name: mention
|
||||||
image: xsteadfastx/blog
|
image: quay.io/xsteadfastx/blog
|
||||||
pull: always
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
- npx webmention https://xsteadfastx.org/ --limit 10 --send --debug
|
- npx webmention https://xsteadfastx.org/ --limit 10 --send --debug
|
||||||
|
Loading…
Reference in New Issue
Block a user