Skip to content

Commit 6f65a05

Browse files
committed
bugfix
1 parent 684c9ef commit 6f65a05

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/Build-Publish-CSC-Images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
name: csc-streamlit-deploy
4141
- dockerfile: ./docker/qatrackplus/Dockerfile
4242
context: ./docker/qatrackplus/
43-
image: ghcr.io/sampingram/qatrackplus-3.1.1.3
44-
buildargs: QAT_VERSION=3.1.1.3
43+
image: ghcr.io/sampingram/qatrackplus-v3.1.1.3
44+
buildargs: QAT_VERSION=v3.1.1.3
4545
permissions:
4646
contents: read
4747
packages: write

portainer/templates.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@
689689
"select": [
690690
{
691691
"text": "QAT v3.1.1.3",
692-
"value": "3.1.1.3",
692+
"value": "v3.1.1.3",
693693
"default": true
694694
}
695695
]

0 commit comments

Comments
 (0)