Skip to content

Commit 849f871

Browse files
authored
Merge pull request #641 from CodeForPhilly/workflow_2
When copying, get all the lines
2 parents 2b591a4 + 3c4a3c9 commit 849f871

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release-containers.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,5 @@ jobs:
7777
- name: Push Docker container image scheduler:latest"
7878
run: docker push "${DOCKER_REPOSITORY}/scheduler:latest"
7979

80-
- name: Push Docker container image scheduler:v*"
80+
- name: Push Docker container image scheduler:v*"
81+
run: docker push "${DOCKER_REPOSITORY}/scheduler:${DOCKER_TAG}"

0 commit comments

Comments
 (0)