Skip to content

Commit 4a80f3c

Browse files
committed
fix: owner name in ghcr.io
1 parent 8a895f8 commit 4a80f3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ jobs:
116116
tags: |
117117
scutrobot/rm-monitor:latest
118118
scutrobot/rm-monitor:${{ needs.release.outputs.new_version }}
119-
ghcr.io/scutrobot/rm-monitor:latest
120-
ghcr.io/scutrobot/rm-monitor:${{ needs.release.outputs.new_version }}
119+
ghcr.io/scutrobotlab/rm-monitor:latest
120+
ghcr.io/scutrobotlab/rm-monitor:${{ needs.release.outputs.new_version }}
121121
build-args: |
122122
VERSION=${{ needs.release.outputs.new_version }}
123123
labels: |

0 commit comments

Comments
 (0)