Skip to content

Commit 4c0e97a

Browse files
committed
qlever-dev#158 add backend via api
1 parent 0079f6b commit 4c0e97a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Docker build and publish
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ dev/* ]
66

77
concurrency:
88
# When this is not a pull request, then we want all the docker containers to be pushed, we therefore
@@ -54,7 +54,7 @@ jobs:
5454
# We have to explicitly add the "qlever:latest" tag for it to work correctly,
5555
# see e.g. https://stackoverflow.com/questions/27643017/do-i-need-to-manually-tag-latest-when-pushing-to-docker-public-repository
5656
tags: >
57-
adfreiburg/qlever-ui:latest,
57+
nsfearthcube/qlever-ui:latest,
5858
5959
# Set Annotations and Labels that conform to the OpenContainers
6060
# Annotations Spec

0 commit comments

Comments
 (0)