File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
apphub-configurator/src/apphub_configurator Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -154,19 +154,19 @@ jobs:
154154 docker tag "${tag}" "${{ secrets.CR_REGISTRY }}"/"${{ secrets.CR_REPO }}"/"${tag}"
155155 docker push "${{ secrets.CR_REGISTRY }}"/"${{ secrets.CR_REPO }}"/"${tag}"
156156
157- # Step 10: Login Docker Hub
157+ # Step 10: Login GHCR
158158 - name : Login to GHCR
159159 uses : docker/login-action@v2
160160 with :
161161 registry : ghcr.io
162162 username : ${{ github.actor }}
163163 password : ${{ secrets.GITHUB_TOKEN }}
164164
165- # Step 11: Push to Docker Hub
166- - name : push to Docker Hub
165+ # Step 11: Push to GHCR
166+ - name : push to GHCR
167167 run : |
168168 tag="${docker_image_application}:${docker_image_version}"
169- docker tag "${tag}" "ghcr.io/EOEPCA/ ${{ env.docker_tag }}"
170- docker tag "${tag}" "ghcr.io/EOEPCA/ ${{ env.docker_tag_latest }}"
169+ docker tag "${tag}" "ghcr.io/${{ env.docker_tag }}"
170+ docker tag "${tag}" "ghcr.io/${{ env.docker_tag_latest }}"
171171 docker push "ghcr.io/EOEPCA/${{ env.docker_tag }}"
172172 docker push "ghcr.io/EOEPCA/${{ env.docker_tag_latest }}"
Original file line number Diff line number Diff line change 11# SPDX-FileCopyrightText: 2025-present pmembari <[email protected] > 22#
33# SPDX-License-Identifier: MIT
4- __version__ = "0.0.8 "
4+ __version__ = "0.1.0 "
You can’t perform that action at this time.
0 commit comments