docker relative sucks
This commit is contained in:
parent
48a3917874
commit
35c0faccb7
2 changed files with 8 additions and 2 deletions
|
@ -93,6 +93,12 @@ pipeline:
|
||||||
# - releaseteamtoken
|
# - releaseteamtoken
|
||||||
# - releaseteamuser
|
# - releaseteamuser
|
||||||
|
|
||||||
|
debug:
|
||||||
|
image: *golang_image
|
||||||
|
pull: true
|
||||||
|
commands:
|
||||||
|
- ls -la ./*
|
||||||
|
|
||||||
build-docker:
|
build-docker:
|
||||||
image: *buildx_plugin_image
|
image: *buildx_plugin_image
|
||||||
pull: true
|
pull: true
|
||||||
|
|
|
@ -23,8 +23,8 @@ RUN test -n "$CI_COMMIT_SHA" || (echo "CI_COMMIT_SHA is required but not set" >&
|
||||||
mkdir -p "${DR}"
|
mkdir -p "${DR}"
|
||||||
|
|
||||||
# Copying the arch specific binaries to the path easily accessible in the next step and rename them to gitea
|
# Copying the arch specific binaries to the path easily accessible in the next step and rename them to gitea
|
||||||
COPY --chmod=755 dist/release/forgejo-$TAG-linux-amd64 "${OUT}/linux/amd64/gitea"
|
COPY --chmod=755 ./dist/release/forgejo-$TAG-linux-amd64 "${OUT}/linux/amd64/gitea"
|
||||||
COPY --chmod=755 dist/release/forgejo-$TAG-linux-arm64 "${OUT}/linux/arm64/gitea"
|
COPY --chmod=755 ./dist/release/forgejo-$TAG-linux-arm64 "${OUT}/linux/arm64/gitea"
|
||||||
|
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue