diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f73155e..0be1ab3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ image: docker:latest variables: - IMAGE_NAME: "ci.perditum.com/perditum/account" + IMAGE_NAME: "ci.perditum.com/perditum/account-rs" IMAGE_TAG: "${CI_COMMIT_REF_SLUG}" before_script: diff --git a/Dockerfile b/Dockerfile index 355eea5..26cb0e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ WORKDIR /app COPY --from=builder /app/target/release/account /app/account # Set executable permissions -RUN chmod +x /app/eshop-rs +RUN chmod +x /app/account # Command to run the application CMD ["ls /app"]