Skip to content

Commit 33b2891

Browse files
committed
improve caching
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent 60ab2cc commit 33b2891

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/build-docker.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,3 @@ jobs:
9191
push: ${{ inputs.publish }}
9292
tags: ${{ steps.docker_meta.outputs.tags }}
9393
labels: ${{ steps.docker_meta.outputs.labels }}
94-
cache-from: type=gha
95-
cache-to: type=gha,mode=max

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ RUN apk add --update build-base make git
88

99
WORKDIR /go/src/github.com/webdevops/pagerduty-exporter
1010

11-
# Dependencies
12-
COPY go.mod go.sum .
13-
RUN go mod download
14-
1511
# Compile
1612
COPY . .
1713
RUN make test

0 commit comments

Comments
 (0)