Skip to content

Commit 7e3f68a

Browse files
authored
Update check-version.yml
1 parent 2f25049 commit 7e3f68a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-version.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Build Notification image
5959
run: |
6060
echo "Building Docker image for branch: ${{ env.BRANCH }} major: ${{ env.MAJOR }} minor: ${{ env.MINOR }} patch: ${{ env.PATCH }}"
61-
cd notification-server && docker image build --tag notification-node-$DOCKER_TAG_CUSTOM --no-cache .
61+
cd notification-server && docker image build --tag $DOCKER_TAG_CUSTOM-notification-node --no-cache .
6262
if: ${{ env.BRANCH == 'test' }}
6363

6464
- name: Log in to GitHub container registry
@@ -73,7 +73,7 @@ jobs:
7373
- name: Push Notification image to GitHub Packages
7474
run: |
7575
echo "Pushing Docker image to GitHub Packages"
76-
docker push notification-node-$DOCKER_TAG_CUSTOM
76+
docker push $DOCKER_TAG_CUSTOM-notification-node
7777
if: ${{ env.BRANCH == 'test' }}
7878

7979
- name: Create Release

0 commit comments

Comments
 (0)