Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
aramovic79 committed Aug 19, 2024
1 parent 4de0434 commit cae02a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,8 @@ push: .push
@if [ -z "$(NEW_VERSION)" ]; then \
NEW_VERSION=latest; \
fi
@echo "Creating tag statement 1..."
@docker tag $(IMAGE):$(NEW_VERSION) $(JF_URL)/$(IMAGE):$(NEW_VERSION)
@echo "Creating tag statement 2..."
@docker tag $(IMAGE):$(NEW_VERSION) $(JF_URL)/$(IMAGE):latest
@echo "Push statement 1..."
@docker tag $(IMAGE) $(JF_URL)/$(IMAGE):$(NEW_VERSION)
@docker push $(JF_URL)/$(IMAGE):$(NEW_VERSION)
@echo "Push statement 2..."
@docker push $(JF_URL)/$(IMAGE):latest
@echo $(NEW_VERSION) > $(VERSION_FILE)
@touch .push

Expand Down
2 changes: 1 addition & 1 deletion misc/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
imagePullSecrets:
- name: apeirora-ows3-secret
containers:
- image: apeirora-ows3.common.repositories.cloud.sap/xreg-server
- image: apeirora-ows3.common.repositories.cloud.sap/xreg-server:1.14.0
imagePullPolicy: Always
name: xreg-server
command: [ "/server" ]
Expand Down

0 comments on commit cae02a7

Please sign in to comment.