We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a895f8 commit 4a80f3cCopy full SHA for 4a80f3c
.github/workflows/build.yml
@@ -116,8 +116,8 @@ jobs:
116
tags: |
117
scutrobot/rm-monitor:latest
118
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 }}
+ ghcr.io/scutrobotlab/rm-monitor:latest
+ ghcr.io/scutrobotlab/rm-monitor:${{ needs.release.outputs.new_version }}
121
build-args: |
122
VERSION=${{ needs.release.outputs.new_version }}
123
labels: |
0 commit comments