Skip to content

Commit

Permalink
fix wfs
Browse files Browse the repository at this point in the history
  • Loading branch information
notdodo committed Dec 14, 2024
1 parent ce473c1 commit 8b221a7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/go-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,27 @@ concurrency:
jobs:
sast:
uses: notdodo/github-actions/.github/workflows/go-security-scan.yml@go-sec-v0
with:
egress-policy-allowlist: >
proxy.golang.org:443
sum.golang.org:443
objects.githubusercontent.com:443
storage.googleapis.com:443
build-and-test:
uses: notdodo/github-actions/.github/workflows/go-ci.yml@go-ci-v0
with:
egress-policy-allowlist: >
proxy.golang.org:443
sum.golang.org:443
objects.githubusercontent.com:443
storage.googleapis.com:443
build-docker-image:
if: ${{ github.event_name == 'pull_request' }}
uses: notdodo/github-actions/.github/workflows/docker-build-and-push.yml@docker-build-and-push-v0
with:
image: notdodo/iamm-iamme
image: notdodo/iamme-iamme
platforms: linux/amd64
push: false
registry: ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:alpine as app-builder
FROM golang:alpine AS app-builder
WORKDIR /go/src/app
RUN --mount=type=cache,target=/go/pkg/mod/ \
--mount=type=bind,source=go.sum,target=go.sum \
Expand Down

0 comments on commit 8b221a7

Please sign in to comment.