Skip to content
This repository was archived by the owner on Oct 31, 2021. It is now read-only.

Commit 75db814

Browse files
committed
Tweaking container build.
1 parent 27b7f9a commit 75db814

File tree

3 files changed

+7
-103
lines changed

3 files changed

+7
-103
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ jobs:
9090
uses: docker/build-push-action@v2
9191
with:
9292
build-args: |
93-
REVISION=${{ env.GITHUB_SHA }}
93+
REVISION=${{ github.sha }}
9494
BUILD_TIME=${{ steps.timestamp.outputs.date }}
9595
push: true
9696
platforms: linux/amd64,linux/arm64
97-
tags: monetr/rest-api:${{ env.GITHUB_SHA }}
97+
tags: "monetr/rest-api:${{ github.sha }}"
9898
docs-deploy:
9999
needs:
100100
- test

go.mod

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ require (
66
cloud.google.com/go/logging v1.4.2
77
github.com/MicahParks/keyfunc v0.4.0
88
github.com/OneOfOne/xxhash v1.2.8
9-
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
109
github.com/alicebob/miniredis/v2 v2.15.1
1110
github.com/brianvoe/gofakeit/v6 v6.8.0
1211
github.com/form3tech-oss/jwt-go v3.2.5+incompatible
@@ -17,7 +16,6 @@ require (
1716
github.com/go-pg/pg/v10 v10.10.5
1817
github.com/gocraft/work v0.5.1
1918
github.com/gomodule/redigo v1.8.5
20-
github.com/google/go-github/v38 v38.1.0
2119
github.com/google/go-querystring v1.1.0 // indirect
2220
github.com/hashicorp/vault/api v1.1.1
2321
github.com/iris-contrib/middleware/cors v0.0.0-20210110101738-6d0a4d799b5d
@@ -36,12 +34,10 @@ require (
3634
github.com/spf13/viper v1.9.0
3735
github.com/stretchr/testify v1.7.0
3836
github.com/stripe/stripe-go/v72 v72.65.0
39-
github.com/swaggo/swag v1.7.1
4037
github.com/teambition/rrule-go v1.7.2
4138
github.com/vmihailenco/msgpack/v5 v5.3.4
4239
github.com/xlzd/gotp v0.0.0-20181030022105-c8557ba2c119
4340
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
44-
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
4541
google.golang.org/genproto v0.0.0-20210924002016-3dee208752a0
4642
gopkg.in/ezzarghili/recaptcha-go.v4 v4.3.0
4743
)
@@ -50,13 +46,9 @@ require (
5046
cloud.google.com/go v0.93.3 // indirect
5147
github.com/BurntSushi/toml v0.4.1 // indirect
5248
github.com/CloudyKit/fastprinter v0.0.0-20200109182630-33d98a066a53 // indirect
53-
github.com/CloudyKit/jet/v5 v5.1.1 // indirect
5449
github.com/CloudyKit/jet/v6 v6.1.0 // indirect
55-
github.com/KyleBanks/depth v1.2.1 // indirect
5650
github.com/Microsoft/go-winio v0.4.16 // indirect
5751
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 // indirect
58-
github.com/PuerkitoBio/purell v1.1.1 // indirect
59-
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
6052
github.com/Shopify/goreferrer v0.0.0-20210630161223-536fa16abd6f // indirect
6153
github.com/acomagu/bufpipe v1.0.3 // indirect
6254
github.com/ajg/form v1.5.1 // indirect
@@ -67,7 +59,6 @@ require (
6759
github.com/beorn7/perks v1.0.1 // indirect
6860
github.com/cenkalti/backoff/v3 v3.0.0 // indirect
6961
github.com/cespare/xxhash/v2 v2.1.1 // indirect
70-
github.com/chris-ramon/douceur v0.2.0 // indirect
7162
github.com/davecgh/go-spew v1.1.1 // indirect
7263
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
7364
github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385 // indirect
@@ -76,10 +67,6 @@ require (
7667
github.com/flosch/pongo2/v4 v4.0.2 // indirect
7768
github.com/go-git/gcfg v1.5.0 // indirect
7869
github.com/go-git/go-billy/v5 v5.3.1 // indirect
79-
github.com/go-openapi/jsonpointer v0.19.5 // indirect
80-
github.com/go-openapi/jsonreference v0.19.5 // indirect
81-
github.com/go-openapi/spec v0.20.3 // indirect
82-
github.com/go-openapi/swag v0.19.14 // indirect
8370
github.com/go-pg/zerochecker v0.2.0 // indirect
8471
github.com/goccy/go-json v0.7.8 // indirect
8572
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
@@ -106,9 +93,6 @@ require (
10693
github.com/iris-contrib/schema v0.0.6 // indirect
10794
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
10895
github.com/jinzhu/inflection v1.0.0 // indirect
109-
github.com/josharian/intern v1.0.0 // indirect
110-
github.com/json-iterator/go v1.1.11 // indirect
111-
github.com/jstemmer/go-junit-report v0.9.1 // indirect
11296
github.com/kataras/blocks v0.0.4 // indirect
11397
github.com/kataras/golog v0.1.7 // indirect
11498
github.com/kataras/pio v0.0.10 // indirect
@@ -121,8 +105,6 @@ require (
121105
github.com/microcosm-cc/bluemonday v1.0.15 // indirect
122106
github.com/mitchellh/go-homedir v1.1.0 // indirect
123107
github.com/mitchellh/mapstructure v1.4.2 // indirect
124-
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
125-
github.com/modern-go/reflect2 v1.0.1 // indirect
126108
github.com/pelletier/go-toml v1.9.4 // indirect
127109
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
128110
github.com/pmezard/go-difflib v1.0.0 // indirect
@@ -156,15 +138,12 @@ require (
156138
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
157139
github.com/yuin/gopher-lua v0.0.0-20200816102855-ee81675732da // indirect
158140
go.opencensus.io v0.23.0 // indirect
159-
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
160-
golang.org/x/mod v0.4.2 // indirect
161141
golang.org/x/net v0.0.0-20210913180222-943fd674d43e // indirect
142+
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
162143
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
163144
golang.org/x/sys v0.0.0-20210910150752-751e447fb3d0 // indirect
164145
golang.org/x/text v0.3.7 // indirect
165146
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
166-
golang.org/x/tools v0.1.5 // indirect
167-
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
168147
google.golang.org/api v0.56.0 // indirect
169148
google.golang.org/appengine v1.6.7 // indirect
170149
google.golang.org/grpc v1.40.0 // indirect

0 commit comments

Comments
 (0)