Skip to content

Commit

Permalink
fix:Use the same settings as tr1d1um.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Sep 5, 2024
1 parent 6581507 commit a26e4a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit a26e4a6

Please sign in to comment.