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