Skip to content

Commit 97cc399

Browse files
committed
fix(ci): add github workflows
1 parent 2661768 commit 97cc399

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.2.1 / 2022-10-02
2+
=================
3+
* Add github workflows
4+
15
2.2.0 / 2022-10-02
26
=================
37
* Upgrade Golang to v1.19

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apk add --no-cache bash
77
WORKDIR /go/src/app
88

99
# Copy sources
10-
COPY . .
10+
COPY go.mod go.sum wordpress_exporter.go ./
1111

1212
# Download all the dependencies
1313
RUN go get -d -v ./...

0 commit comments

Comments
 (0)