Skip to content

Commit

Permalink
Merge pull request #1203 from buerokratt/dev
Browse files Browse the repository at this point in the history
Update check-version.yml
  • Loading branch information
varmoh authored Mar 6, 2025
2 parents bca14f1 + 7e3f68a commit 8684f0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Build Notification image
run: |
echo "Building Docker image for branch: ${{ env.BRANCH }} major: ${{ env.MAJOR }} minor: ${{ env.MINOR }} patch: ${{ env.PATCH }}"
cd notification-server && docker image build --tag notification-node-$DOCKER_TAG_CUSTOM --no-cache .
cd notification-server && docker image build --tag $DOCKER_TAG_CUSTOM-notification-node --no-cache .
if: ${{ env.BRANCH == 'test' }}

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

- name: Create Release
Expand Down

0 comments on commit 8684f0a

Please sign in to comment.