Skip to content

Commit

Permalink
ci(github): add workflow run notice with version
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Beaumont <[email protected]>
  • Loading branch information
michaelbeaumont committed Oct 22, 2024
1 parent d5963e7 commit 3ca83fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
restore-keys: |
${{ runner.os }}-${{ runner.arch }}-devtools
- run: |
make docker/image/notice
make dev/tools
- run: |
make test
Expand Down
4 changes: 4 additions & 0 deletions mk/docker.mk
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,7 @@ docker/login:
.PHONY: docker/logout
docker/logout:
$(call GATE_PUSH,docker logout $(DOCKER_SERVER))

.PHONY: docker/image/notice
docker/image/notice:
echo "::notice title=Image version pushed::$(BUILD_INFO_VERSION)"

0 comments on commit 3ca83fe

Please sign in to comment.