Commit 7e3f68a 1 parent 2f25049 commit 7e3f68a Copy full SHA for 7e3f68a
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 58
58
- name : Build Notification image
59
59
run : |
60
60
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 .
62
62
if : ${{ env.BRANCH == 'test' }}
63
63
64
64
- name : Log in to GitHub container registry
73
73
- name : Push Notification image to GitHub Packages
74
74
run : |
75
75
echo "Pushing Docker image to GitHub Packages"
76
- docker push notification-node-$DOCKER_TAG_CUSTOM
76
+ docker push $DOCKER_TAG_CUSTOM- notification-node
77
77
if : ${{ env.BRANCH == 'test' }}
78
78
79
79
- name : Create Release
You can’t perform that action at this time.
0 commit comments