Skip to content

Commit

Permalink
[DO-2271] Add tag :latest (#146)
Browse files Browse the repository at this point in the history
* image tag :latest

* [DO-2271] Bump version

Signed-off-by: Hierman P <[email protected]>

---------

Signed-off-by: Hierman P <[email protected]>
  • Loading branch information
filnarq authored Jun 18, 2024
1 parent 2b51226 commit 111f284
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ docker-build:
docker build -t $(REGISTRY_BASE_URL)/$(COMPANY_NAME)/$(APP_NAME):$(TAG) .
docker-build-mac:
docker build -f Dockerfile_mac -t $(REGISTRY_BASE_URL)/$(COMPANY_NAME)/$(APP_NAME):$(TAG) ./dist
docker tag "$(REGISTRY_BASE_URL)/$(COMPANY_NAME)/$(APP_NAME):$(TAG)" "$(REGISTRY_BASE_URL)/$(COMPANY_NAME)/$(APP_NAME):latest"
docker-push:
docker push $(REGISTRY_BASE_URL)/$(COMPANY_NAME)/$(APP_NAME):$(TAG)
docker push $(REGISTRY_BASE_URL)/$(COMPANY_NAME)/$(APP_NAME):latest
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"repository": "https://github.com/appodeal/admob-sync-app",
"description": "Appodeal AdMob Sync application",
"private": true,
"version": "1.0.13",
"version": "1.0.14",
"scripts": {
"start": "npm run start:app",
"start:app": "node --max_old_space_size=4096 node_modules/.bin/webpack --watch --progress --config=webpack/development.ts",
Expand Down

0 comments on commit 111f284

Please sign in to comment.