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

Commit

Permalink
Tweaking container build.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotcourant committed Sep 26, 2021
1 parent 27b7f9a commit 75db814
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 103 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ jobs:
uses: docker/build-push-action@v2
with:
build-args: |
REVISION=${{ env.GITHUB_SHA }}
REVISION=${{ github.sha }}
BUILD_TIME=${{ steps.timestamp.outputs.date }}
push: true
platforms: linux/amd64,linux/arm64
tags: monetr/rest-api:${{ env.GITHUB_SHA }}
tags: "monetr/rest-api:${{ github.sha }}"
docs-deploy:
needs:
- test
Expand Down
23 changes: 1 addition & 22 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ require (
cloud.google.com/go/logging v1.4.2
github.com/MicahParks/keyfunc v0.4.0
github.com/OneOfOne/xxhash v1.2.8
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/alicebob/miniredis/v2 v2.15.1
github.com/brianvoe/gofakeit/v6 v6.8.0
github.com/form3tech-oss/jwt-go v3.2.5+incompatible
Expand All @@ -17,7 +16,6 @@ require (
github.com/go-pg/pg/v10 v10.10.5
github.com/gocraft/work v0.5.1
github.com/gomodule/redigo v1.8.5
github.com/google/go-github/v38 v38.1.0
github.com/google/go-querystring v1.1.0 // indirect
github.com/hashicorp/vault/api v1.1.1
github.com/iris-contrib/middleware/cors v0.0.0-20210110101738-6d0a4d799b5d
Expand All @@ -36,12 +34,10 @@ require (
github.com/spf13/viper v1.9.0
github.com/stretchr/testify v1.7.0
github.com/stripe/stripe-go/v72 v72.65.0
github.com/swaggo/swag v1.7.1
github.com/teambition/rrule-go v1.7.2
github.com/vmihailenco/msgpack/v5 v5.3.4
github.com/xlzd/gotp v0.0.0-20181030022105-c8557ba2c119
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
google.golang.org/genproto v0.0.0-20210924002016-3dee208752a0
gopkg.in/ezzarghili/recaptcha-go.v4 v4.3.0
)
Expand All @@ -50,13 +46,9 @@ require (
cloud.google.com/go v0.93.3 // indirect
github.com/BurntSushi/toml v0.4.1 // indirect
github.com/CloudyKit/fastprinter v0.0.0-20200109182630-33d98a066a53 // indirect
github.com/CloudyKit/jet/v5 v5.1.1 // indirect
github.com/CloudyKit/jet/v6 v6.1.0 // indirect
github.com/KyleBanks/depth v1.2.1 // indirect
github.com/Microsoft/go-winio v0.4.16 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 // indirect
github.com/PuerkitoBio/purell v1.1.1 // indirect
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
github.com/Shopify/goreferrer v0.0.0-20210630161223-536fa16abd6f // indirect
github.com/acomagu/bufpipe v1.0.3 // indirect
github.com/ajg/form v1.5.1 // indirect
Expand All @@ -67,7 +59,6 @@ require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cenkalti/backoff/v3 v3.0.0 // indirect
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/chris-ramon/douceur v0.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385 // indirect
Expand All @@ -76,10 +67,6 @@ require (
github.com/flosch/pongo2/v4 v4.0.2 // indirect
github.com/go-git/gcfg v1.5.0 // indirect
github.com/go-git/go-billy/v5 v5.3.1 // indirect
github.com/go-openapi/jsonpointer v0.19.5 // indirect
github.com/go-openapi/jsonreference v0.19.5 // indirect
github.com/go-openapi/spec v0.20.3 // indirect
github.com/go-openapi/swag v0.19.14 // indirect
github.com/go-pg/zerochecker v0.2.0 // indirect
github.com/goccy/go-json v0.7.8 // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
Expand All @@ -106,9 +93,6 @@ require (
github.com/iris-contrib/schema v0.0.6 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.11 // indirect
github.com/jstemmer/go-junit-report v0.9.1 // indirect
github.com/kataras/blocks v0.0.4 // indirect
github.com/kataras/golog v0.1.7 // indirect
github.com/kataras/pio v0.0.10 // indirect
Expand All @@ -121,8 +105,6 @@ require (
github.com/microcosm-cc/bluemonday v1.0.15 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/mapstructure v1.4.2 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/pelletier/go-toml v1.9.4 // indirect
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
Expand Down Expand Up @@ -156,15 +138,12 @@ require (
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
github.com/yuin/gopher-lua v0.0.0-20200816102855-ee81675732da // indirect
go.opencensus.io v0.23.0 // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/mod v0.4.2 // indirect
golang.org/x/net v0.0.0-20210913180222-943fd674d43e // indirect
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20210910150752-751e447fb3d0 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
golang.org/x/tools v0.1.5 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/api v0.56.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/grpc v1.40.0 // indirect
Expand Down
Loading

0 comments on commit 75db814

Please sign in to comment.