Skip to content

Commit

Permalink
chore: remove dockerfile setup (#15)
Browse files Browse the repository at this point in the history
* chore: remove dockerfile, dockerignore and image-push workflow
* chore: removed targets from Makefile
  • Loading branch information
huniafatima-arbi authored Nov 18, 2024
1 parent c137c55 commit 51751e6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 292 deletions.
127 changes: 0 additions & 127 deletions .dockerignore

This file was deleted.

49 changes: 0 additions & 49 deletions .github/workflows/push-docker-images.yml

This file was deleted.

101 changes: 0 additions & 101 deletions Dockerfile

This file was deleted.

15 changes: 0 additions & 15 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -165,21 +165,6 @@ detect_changed_source_translations: ## check if translation files are up-to-date

validate_translations: fake_translations detect_changed_source_translations ## install fake translations and check if translation files are up-to-date

# Docker commands

docker_build:
docker build . --target app -t "openedx/registrar:latest"

docker_auth:
echo "$$DOCKERHUB_PASSWORD" | docker login -u "$$DOCKERHUB_USERNAME" --password-stdin

docker_tag: docker_build
docker build . --target app -t "openedx/registrar:${GITHUB_SHA}"

docker_push: docker_tag docker_auth ## push to docker hub
docker push "openedx/registrar:latest"
docker push "openedx/registrar:${GITHUB_SHA}"

install_transifex_client: ## Install the Transifex client
curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
git checkout -- LICENSE README.md

0 comments on commit 51751e6

Please sign in to comment.