Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokant committed May 7, 2024
1 parent 363cf1c commit 55887de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/manual_build_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
with:
file: ./docker/${{ github.event.inputs.image }}/Dockerfile
context: "./docker/${{ github.event.inputs.image }}/"
tags: ghcr.io/ninanor/geonode_${{ github.event.inputs.image }}:${{ github.event.inputs.tag }}
image: ghcr.io/ninanor/geonode_${{ github.event.inputs.image }}
tags: ${{ github.event.inputs.tags }}
push: true
- name: Final message
run: echo "Built ${{ github.event.inputs.image }} from branch ${{ github.event.inputs.branch }}"

0 comments on commit 55887de

Please sign in to comment.