Skip to content

Commit 8dfeb2a

Browse files
Merge pull request #169 from CodeForPhilly/feat/zbl-syncenhancements
Feat/zbl syncenhancements
2 parents 74284f3 + ab81abf commit 8dfeb2a

File tree

6 files changed

+3992
-2025
lines changed

6 files changed

+3992
-2025
lines changed

.github/workflows/publish-container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
--tag "${DOCKER_REPOSITORY}/app:${DOCKER_TAG}" \
4242
.
4343
44-
- name: Push Docker container image app:latest"
44+
- name: 'Push Docker container image app:latest'
4545
run: docker push "${DOCKER_REPOSITORY}/app:latest"
4646

47-
- name: Push Docker container image app:v*"
47+
- name: 'Push Docker container image app with tag'
4848
run: docker push "${DOCKER_REPOSITORY}/app:${DOCKER_TAG}"

helm-chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ version: 2.0.7
2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
23-
appVersion: 2.0.7
23+
appVersion: 2.1.5

0 commit comments

Comments
 (0)