Skip to content

Commit a9f2a0d

Browse files
committed
fixed push on ghcr
1 parent 5fdd7f2 commit a9f2a0d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/.github-ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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 }}"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# SPDX-FileCopyrightText: 2025-present pmembari <[email protected]>
22
#
33
# SPDX-License-Identifier: MIT
4-
__version__ = "0.0.8"
4+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)