Use self hosted image really
This commit is contained in:
		@@ -28,7 +28,7 @@ steps:
 | 
			
		||||
  - git submodule update --init --recursive
 | 
			
		||||
 | 
			
		||||
- name: Test a build
 | 
			
		||||
  image: klakegg/hugo
 | 
			
		||||
  image: git.badhouseplants.net/badhouseplants/hugo-builder
 | 
			
		||||
  commands:
 | 
			
		||||
    - hugo
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,4 @@
 | 
			
		||||
FROM klakegg/hugo
 | 
			
		||||
FROM git.badhouseplants.net/badhouseplants/hugo-builder
 | 
			
		||||
WORKDIR /src
 | 
			
		||||
COPY . /src
 | 
			
		||||
RUN hugo
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user