diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33e7a8d1..f1cfdead 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,8 +23,14 @@ jobs: uses: xmidt-org/shared-go/.github/workflows/ci.yml@b667178a63b2cf6d61739d53fa1e3f200adfb12e # v4.4.20 with: release-type: program + release-arch-arm64: false release-docker: true release-docker-latest: true release-docker-major: true release-docker-minor: true + release-docker-extras: | + .release/docker + LICENSE + NOTICE + yaml-lint-skip: false secrets: inherit diff --git a/Dockerfile b/Dockerfile index 31da2edd..f9011b1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ## SPDX-FileCopyrightText: 2022 Comcast Cable Communications Management, LLC ## SPDX-License-Identifier: Apache-2.0 -FROM docker.io/library/golang:1.19-alpine as builder +FROM docker.io/library/golang:1.19-alpine AS builder WORKDIR /src