Skip to content

Commit

Permalink
Merge pull request #60 from sogno-platform/update-docker-repo
Browse files Browse the repository at this point in the history
This removes all references to the deprecated docker repo.
  • Loading branch information
m-mirz authored Apr 19, 2024
2 parents 95e87dd + ac4fafb commit 61fb2a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Build Docker
uses: docker/build-push-action@v1
with:
username: ${{ secrets.DOCKER_HUB_NAME }}
password: ${{ secrets.DOCKER_HUB_PASS }}
repository: rwthacs/pintura
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_SECRET }}
repository: sogno/pintura
tags: latest, ${{ steps.version.outputs.VERSION }}
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
variables:
DOCKER_TAG: ${CI_COMMIT_REF_NAME}
DOCKER_IMAGE: rwthacs/pintura
DOCKER_IMAGE: sogno/pintura

before_script:
- git submodule sync --recursive
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
###################################################################################

DOCKER_IMAGE=rwthacs/pintura
DOCKER_IMAGE=sogno/pintura
DOCKER_OPTS?=--rm

TEMPLATE_DIR=generated
Expand Down

0 comments on commit 61fb2a9

Please sign in to comment.