Skip to content

Commit

Permalink
.github/workflows/build.yml: add annoted tag before build
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Król <[email protected]>
  • Loading branch information
pietrushnic committed Nov 24, 2024
1 parent 71ebca9 commit 87ecf86
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,12 @@ jobs:
run: |
cd $GITHUB_WORKSPACE/coreboot
guilt push -a
- name: Checkout coreboot submodules
- name: Checkout coreboot submodules and add annoted tag
run: |
cd $GITHUB_WORKSPACE/coreboot
git submodule update --init --recursive --checkout
# this is for verification of reproducibility in local builds
git tag -a github-actions-bot-tag -m "$GITHUB_REF_NAME"
- name: Build Dasharo
run: |
cd $GITHUB_WORKSPACE/coreboot
Expand Down Expand Up @@ -103,10 +105,12 @@ jobs:
run: |
cd $GITHUB_WORKSPACE/coreboot
guilt push -a
- name: Checkout coreboot submodules
- name: Checkout coreboot submodules and add annoted tag
run: |
cd $GITHUB_WORKSPACE/coreboot
git submodule update --init --recursive --checkout
# this is for verification of reproducibility in local builds
git tag -a github-actions-bot-tag -m "$GITHUB_REF_NAME"
- name: Build Dasharo
run: |
cd $GITHUB_WORKSPACE/coreboot
Expand Down

0 comments on commit 87ecf86

Please sign in to comment.