Skip to content

Commit d79f225

Browse files
committed
fixed Docker path
1 parent 14590b7 commit d79f225

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/build_and_push/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ runs:
3333
file: ./docker/${{ inputs.image }}/Dockerfile
3434
context: "./docker/${{ inputs.image }}/"
3535
push: ${{ inputs.push }}
36-
tags: giohappy/${{ inputs.image }}:${{ inputs.tag }}
36+
tags: geonode/${{ inputs.image }}:${{ inputs.tag }}

.github/workflows/manual_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
file: ./docker/${{ github.event.inputs.image }}/Dockerfile
4141
context: "./docker/${{ github.event.inputs.image }}/"
4242
push: ${{fromJSON(github.event.inputs.push)}}
43-
tags: giohappy/${{ github.event.inputs.image }}:${{ github.event.inputs.tag }}
43+
tags: geonode/${{ github.event.inputs.image }}:${{ github.event.inputs.tag }}
4444
- name: Final message
4545
run: echo "Built ${{ github.event.inputs.image }} from branch ${{ github.event.inputs.branch }} (push ${{ fromJSON(github.event.inputs.push) }})"

0 commit comments

Comments
 (0)