ci(fedora-hugo): :latest -> :linux-amd64
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1922f2a959
commit
0035e4feea
@ -13,7 +13,7 @@ trigger:
|
||||
steps:
|
||||
- name: fedora-hugo
|
||||
pull: always
|
||||
image: immawanderer/fedora-hugo:latest
|
||||
image: immawanderer/fedora-hugo:linux-amd64
|
||||
commands:
|
||||
- uname -r
|
||||
- cat /etc/fedora-release
|
||||
@ -37,7 +37,7 @@ depends_on:
|
||||
steps:
|
||||
- name: hugo-extended
|
||||
pull: if-not-exists
|
||||
image: immawanderer/fedora-hugo:latest
|
||||
image: immawanderer/fedora-hugo:linux-amd64
|
||||
commands:
|
||||
- git submodule init
|
||||
- git submodule update
|
||||
@ -73,7 +73,7 @@ depends_on:
|
||||
steps:
|
||||
- name: hugo-extended
|
||||
pull: if-not-exists
|
||||
image: immawanderer/fedora-hugo:latest
|
||||
image: immawanderer/fedora-hugo:linux-amd64
|
||||
commands:
|
||||
- git submodule init
|
||||
- git submodule update
|
||||
@ -82,7 +82,7 @@ steps:
|
||||
|
||||
- name: rm-intermediate
|
||||
pull: if-not-exists
|
||||
image: immawanderer/fedora-hugo:latest
|
||||
image: immawanderer/fedora-hugo:linux-amd64
|
||||
depends_on:
|
||||
- hugo-extended
|
||||
commands:
|
||||
|
Loading…
Reference in New Issue
Block a user