We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c1691 commit 88c2a12Copy full SHA for 88c2a12
.github/workflows/dev-pipeline.yml
@@ -47,7 +47,7 @@ jobs:
47
node-version: 18
48
- name: Build container image with Jib, push to Dockerhub
49
env:
50
- CONTAINER_REPO: docker.io/hsldevcom/opentripplanner:v2
+ CONTAINER_REPO: docker.io/hsldevcom/opentripplanner:${{ github.ref_name }}
51
CONTAINER_REGISTRY_USER: ${{ secrets.DOCKER_USER }}
52
CONTAINER_REGISTRY_PASSWORD: ${{ secrets.DOCKER_AUTH }}
53
run: |
0 commit comments