Skip to content

Commit

Permalink
using different docker tga
Browse files Browse the repository at this point in the history
  • Loading branch information
absolutelightning committed Feb 23, 2024
1 parent d899537 commit 6e6d481
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion consul-lambda/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dev: dist
# We can set this here one time, once we're off CircleCI.
# export DOCKER_BUILDKIT=1
BUILD_ARGS = BIN_NAME=consul-lambda-registrator VERSION=$(VERSION) GIT_COMMIT=$(GIT_COMMIT) GIT_DIRTY=$(GIT_DIRTY)
TAG ?= $(BIN_NAME)/$(TARGET):$(VERSION)
TAG ?= $(BIN_NAME)/$(TARGET)/$(PLATFORM):$(VERSION)
BA_FLAGS = $(addprefix --build-arg=,$(BUILD_ARGS))
FLAGS = --load --platform $(PLATFORM) --tag $(TAG) $(BA_FLAGS)

Expand Down
2 changes: 1 addition & 1 deletion test/acceptance/tests/basic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ func TestBasic(t *testing.T) {
}

for _, c := range lambdas {
retry.RunWith(&retry.Timer{Timeout: 2 * time.Minute, Wait: 5 * time.Second}, t, func(r *retry.R) {
retry.RunWith(&retry.Timer{Timeout: 60 * time.Second, Wait: 5 * time.Second}, t, func(r *retry.R) {
var services []api.CatalogService
qs := queryString
if c.inDefaultPartition {
Expand Down

0 comments on commit 6e6d481

Please sign in to comment.