Skip to content

Commit f63a63a

Browse files
committed
no build summary on workflow
1 parent 2f632aa commit f63a63a

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/dockers_deploy_and_test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
CACHE_REF: type=registry,ref=${{ needs.discover.outputs.image }}:cache-${{ matrix.arch }}
7070
TAG4: ${{ format('{0}-{1}-{2}', matrix.gemc_tag, matrix.image, matrix.image_tag) }}
7171
LOGNAME: ${{ format('{0}-{1}-{2}-{3}', matrix.gemc_tag, matrix.image, matrix.image_tag, matrix.arch) }}
72+
DOCKER_BUILD_SUMMARY: false
7273

7374
steps:
7475
- name: Checkout repository
@@ -117,8 +118,6 @@ jobs:
117118

118119
- name: Build & Push
119120
uses: docker/build-push-action@v7
120-
env:
121-
DOCKER_BUILD_SUMMARY: false
122121
with:
123122
# ensure we have the latest base image
124123
pull: true

releases/0.2.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Descripton of changes and fixes in this release.
44

55
# Release notes
66

7-
7+
- registry container names change and better summary
8+
- gemc version from tag algorithm more robust
89

910
# New Developments
1011

@@ -39,4 +40,6 @@ Both AMD and ARM processors are supported.
3940

4041
- docker images name change: removed geant4 version
4142
- removed Docker Build from the workflow summary
42-
- fixed version using the latest tag
43+
- using ci/gemc_version.sh for both the meson
44+
project version and the gemc version. Uses the
45+
tag name to determine the version.

0 commit comments

Comments
 (0)