Skip to content

Commit

Permalink
Don't skip latest
Browse files Browse the repository at this point in the history
  • Loading branch information
benedictmulongo committed Dec 19, 2024
1 parent 21dacd5 commit 8ebca53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .jenkins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ docker_tags:
- "v1.14.1_sunet-${GIT_COMMIT}"
docker_no_cache: true
docker_force_tag: true
docker_skip_tag_as_latest: true
docker_skip_tag_as_latest: false
docker_build_args: |
BRANCH_NAME=v1.14.1
REPO_URL=https://github.com/Uninett/Argus-frontend.git
REPO_URL=https://github.com/Uninett/Argus-frontend.git
2 changes: 1 addition & 1 deletion templates/.jenkins.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ docker_tags:
- "{{ docker_tag_name }}"
docker_no_cache: true
docker_force_tag: true
docker_skip_tag_as_latest: true
docker_skip_tag_as_latest: false
docker_build_args: |
BRANCH_NAME={{ branch_name }}
REPO_URL={{ repository_url }}

0 comments on commit 8ebca53

Please sign in to comment.