fix(ci): fix ci again
This commit is contained in:
parent
add29fa78b
commit
7adeca6069
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
image: docker:latest
|
image: docker:latest
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
IMAGE_NAME: "ci.perditum.com/perditum/account"
|
IMAGE_NAME: "ci.perditum.com/perditum/account-rs"
|
||||||
IMAGE_TAG: "${CI_COMMIT_REF_SLUG}"
|
IMAGE_TAG: "${CI_COMMIT_REF_SLUG}"
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ WORKDIR /app
|
||||||
COPY --from=builder /app/target/release/account /app/account
|
COPY --from=builder /app/target/release/account /app/account
|
||||||
|
|
||||||
# Set executable permissions
|
# Set executable permissions
|
||||||
RUN chmod +x /app/eshop-rs
|
RUN chmod +x /app/account
|
||||||
|
|
||||||
# Command to run the application
|
# Command to run the application
|
||||||
CMD ["ls /app"]
|
CMD ["ls /app"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue