Compare commits
	
		
			6 Commits
		
	
	
		
			v0.0.7
			...
			b0f950f96f
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| b0f950f96f | |||
| 3cc928f37e | |||
| 2605d0beba | |||
| 83406504c5 | |||
| 60d191f5a2 | |||
| 61d997bac9 | 
@@ -23,8 +23,6 @@ pipeline:
 | 
			
		||||
    image: docker:latest
 | 
			
		||||
    volumes:
 | 
			
		||||
      - /var/run/docker.sock:/var/run/docker.sock
 | 
			
		||||
    when:
 | 
			
		||||
      - event: "tag"
 | 
			
		||||
    environment:
 | 
			
		||||
      *vars
 | 
			
		||||
    secrets: 
 | 
			
		||||
 
 | 
			
		||||
@@ -1,8 +1,8 @@
 | 
			
		||||
ARG SHOUTRRR_VERSION=v0.6.1
 | 
			
		||||
FROM golang:bullseye AS builder
 | 
			
		||||
RUN git clone https://github.com/containrrr/shoutrrr.git shoutrrr \
 | 
			
		||||
    cd ./shoutrrr \
 | 
			
		||||
    git checkout ${SHOUTRRR_VERSION} \
 | 
			
		||||
RUN git clone https://github.com/containrrr/shoutrrr.git shoutrrr && \
 | 
			
		||||
    cd ./shoutrrr && \
 | 
			
		||||
    git checkout ${SHOUTRRR_VERSION} && \
 | 
			
		||||
    go build -o /output ./shoutrrr
 | 
			
		||||
 | 
			
		||||
FROM debian:11-slim
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user