Skip to content

Commit

Permalink
update docker repo
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Mirz <[email protected]>
  • Loading branch information
m-mirz committed Apr 19, 2024
1 parent 95e87dd commit ac4fafb
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 ac4fafb

Please sign in to comment.