Skip to content

Commit

Permalink
Merge pull request #1497 from coreosbot-releng/repo-templates
Browse files Browse the repository at this point in the history
Sync repo templates ⚙
  • Loading branch information
bgilbert authored Nov 8, 2022
2 parents 857336e + 12d1321 commit 8770e14
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/container-rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
ref: ${{ github.event.inputs.git-tag }}
# fetch tags so the compiled-in version number is useful
fetch-depth: 0
# If we're running on a signed tag, actions/checkout rewrites it into
# a lightweight tag (!!!) which "git describe" then ignores. Rewrite
# it back.
# https://github.com/actions/checkout/issues/290
- name: Fix actions/checkout synthetic tag
run: git fetch --tags --force
- name: Build and push container
uses: coreos/actions-lib/build-container@main
with:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:
with:
# fetch tags so the compiled-in version number is useful
fetch-depth: 0
# If we're running on a signed tag, actions/checkout rewrites it into
# a lightweight tag (!!!) which "git describe" then ignores. Rewrite
# it back.
# https://github.com/actions/checkout/issues/290
- name: Fix actions/checkout synthetic tag
run: git fetch --tags --force
- name: Build and push container
uses: coreos/actions-lib/build-container@main
with:
Expand Down
1 change: 1 addition & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ nav_order: 9
- Fix reproducibility of systemd preset file in ignition-apply output
- Clarify spec docs for `files`/`directories`/`links` `group` fields
- Document that `user`/`group` fields aren't applied to hard links
- Fix version string in ignition-validate release container


## Ignition 2.14.0 (12-May-2022)
Expand Down

0 comments on commit 8770e14

Please sign in to comment.