Skip to content

Commit

Permalink
Issue #3673: fix the repository for the selenium image
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Aug 13, 2024
1 parent 973dc76 commit af5e124
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_image_builder_devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
dockerfile: 'otobo.selenium-chrome.dockerfile'
context: 'scripts/test/sample'
tag_prefix: 'devel'
repository: 'rotheross/otobo-nginx-kerberos-webproxy'
repository: 'rotheross/otobo-selenium-chrome'

steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_image_builder_rel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
target: 'otobo-selenium-chrome'
dockerfile: 'otobo.selenium-chrome.dockerfile'
context: 'scripts/test/sample'
repository: 'rotheross/otobo-nginx-kerberos-webproxy'
repository: 'rotheross/otobo-selenium-chrome'

steps:

Expand Down

0 comments on commit af5e124

Please sign in to comment.