Skip to content

Commit

Permalink
Fix CI_COMMIT_SHA in E2E images, remove unneeded Docker Hub E2E publi…
Browse files Browse the repository at this point in the history
…cation
  • Loading branch information
khvn26 committed Jun 16, 2024
1 parent 5623527 commit c225f1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 56 deletions.
56 changes: 0 additions & 56 deletions .github/workflows/frontend-e2e-docker-publish-image.yml

This file was deleted.

4 changes: 4 additions & 0 deletions frontend/Dockerfile.e2e
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
ARG CI_COMMIT_SHA=dev

FROM ghcr.io/flagsmith/e2e-frontend-base:latest

# Build Flagsmith
Expand All @@ -14,4 +16,6 @@ COPY frontend .
COPY .release-please-manifest.json ./.versions.json
RUN npm run env

RUN echo ${CI_COMMIT_SHA} > ./CI_COMMIT_SHA

CMD ["bash", "-l"]

0 comments on commit c225f1b

Please sign in to comment.