mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-12 00:26:35 -05:00
ci: fix versionsapi cli container Dockerfile (#1856)
paths were not updated during refactoring
This commit is contained in:
parent
a31c3dbbcd
commit
0fac6a03cc
1 changed files with 2 additions and 2 deletions
4
.github/actions/versionsapi/Dockerfile
vendored
4
.github/actions/versionsapi/Dockerfile
vendored
|
|
@ -13,11 +13,11 @@ RUN go mod download
|
|||
COPY . .
|
||||
|
||||
# Build
|
||||
WORKDIR /workspace/internal/api/versionsapi/cli
|
||||
WORKDIR /workspace/internal/api/versions/cli
|
||||
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o versionsapi .
|
||||
|
||||
FROM scratch as release
|
||||
|
||||
COPY --from=builder /workspace/internal/api/versionsapi/cli/versionsapi .
|
||||
COPY --from=builder /workspace/internal/api/versions/cli/versionsapi .
|
||||
|
||||
CMD ["/notIntendedToBeExecuted"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue