Skip to content

Commit

Permalink
fix: move dockerhub to nfdi4chem namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
NishaSharma14 committed Aug 4, 2023
1 parent 2079c5f commit b25ada4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# This worklflow will perform following actions when the code is pushed to development branch:
# - Build the latest docker image in development which needs test to pass first.
# - Push the docker image to Docker Hub under namespace - caffeinejena with tag:dev-latest.
# - Push the docker image to Docker Hub under namespace - nfdi4chem with tag:dev-latest.
#
# Maintainers:
# - name: Nisha Sharma
Expand All @@ -17,7 +17,8 @@ env:
DOCKER_HUB_USERNAME : ${{ secrets.DOCKER_USERNAME }}
DOCKER_HUB_PASSWORD : ${{ secrets.DOCKER_PASSWORD }}
REPOSITORY_NAME: nmrkit
REPOSITORY_NAMESPACE: caffeinejena
REPOSITORY_NAMESPACE: nfdi4chem
RELEASE_TAG: dev-latest

jobs:
test:
Expand Down Expand Up @@ -64,6 +65,6 @@ jobs:
push: true
build-args: |
RELEASE_VERSION=dev-latest
tags: ${{ env.REPOSITORY_NAMESPACE }}/${{ env.REPOSITORY_NAME }}:dev-latest
tags: ${{ env.REPOSITORY_NAMESPACE }}/${{ env.REPOSITORY_NAME }}:${{ env.RELEASE_TAG }}
username: ${{ env.DOCKER_HUB_USERNAME }}
password: ${{ env.DOCKER_HUB_PASSWORD }}

0 comments on commit b25ada4

Please sign in to comment.