fix(ci): fix ci again

This commit is contained in:
Tim Nebel 2025-03-06 11:41:04 +00:00
commit 7adeca6069
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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"]