Skip to content

Commit 88c2a12

Browse files
committed
Fix tag
1 parent 67c1691 commit 88c2a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
node-version: 18
4848
- name: Build container image with Jib, push to Dockerhub
4949
env:
50-
CONTAINER_REPO: docker.io/hsldevcom/opentripplanner:v2
50+
CONTAINER_REPO: docker.io/hsldevcom/opentripplanner:${{ github.ref_name }}
5151
CONTAINER_REGISTRY_USER: ${{ secrets.DOCKER_USER }}
5252
CONTAINER_REGISTRY_PASSWORD: ${{ secrets.DOCKER_AUTH }}
5353
run: |

0 commit comments

Comments
 (0)