We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60ab2cc commit 33b2891Copy full SHA for 33b2891
2 files changed
.github/workflows/build-docker.yaml
@@ -91,5 +91,3 @@ jobs:
91
push: ${{ inputs.publish }}
92
tags: ${{ steps.docker_meta.outputs.tags }}
93
labels: ${{ steps.docker_meta.outputs.labels }}
94
- cache-from: type=gha
95
- cache-to: type=gha,mode=max
Dockerfile
@@ -8,10 +8,6 @@ RUN apk add --update build-base make git
8
9
WORKDIR /go/src/github.com/webdevops/pagerduty-exporter
10
11
-# Dependencies
12
-COPY go.mod go.sum .
13
-RUN go mod download
14
-
15
# Compile
16
COPY . .
17
RUN make test
0 commit comments