mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-11 07:29:29 -05:00
ci: remove reference to absent go.mod file (#2811)
This commit is contained in:
parent
e618050c7a
commit
49ecb2415f
2
.github/actions/versionsapi/Dockerfile
vendored
2
.github/actions/versionsapi/Dockerfile
vendored
@ -4,8 +4,6 @@ FROM golang:1.21.5@sha256:1a9d253b11048b1c76b690b0c09d78d200652e4e913d5d1dcc8eb8
|
||||
WORKDIR /workspace
|
||||
COPY go.mod go.mod
|
||||
COPY go.sum go.sum
|
||||
COPY operators/constellation-node-operator/api/go.mod ./operators/constellation-node-operator/api/go.mod
|
||||
COPY operators/constellation-node-operator/api/go.sum ./operators/constellation-node-operator/api/go.sum
|
||||
# cache deps before building and copying source so that we don't need to re-download as much
|
||||
# and so that source changes don't invalidate our downloaded layer
|
||||
RUN go mod download
|
||||
|
1
.github/actions/versionsapi/action.yml
vendored
1
.github/actions/versionsapi/action.yml
vendored
@ -54,6 +54,7 @@ runs:
|
||||
steps:
|
||||
- name: Get versionsapi binary
|
||||
shell: bash
|
||||
# TODO: This should probably be `bazel run`.
|
||||
run: |
|
||||
containerID=$(docker create "ghcr.io/edgelesssys/constellation/versionsapi-ci-cli:latest")
|
||||
docker cp ${containerID}:/versionsapi .
|
||||
|
@ -9,6 +9,7 @@ on:
|
||||
- "internal/api/versionsapi/**"
|
||||
- ".github/workflows/build-versionsapi-ci-image.yml"
|
||||
- ".github/actions/versionsapi/**"
|
||||
- "go.mod"
|
||||
|
||||
jobs:
|
||||
build-versionsapi-ci-cli:
|
||||
|
Loading…
Reference in New Issue
Block a user