Skip to content

Commit

Permalink
fix: add timestep stamp to generating rootfs (#130)
Browse files Browse the repository at this point in the history
Issue #, if available:

*Description of changes:*

fix issue in setting timestamp label


*Testing done:*


- [x] I've reviewed the guidance in CONTRIBUTING.md


#### License Acceptance

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

Signed-off-by: Gavin Inglis <[email protected]>
  • Loading branch information
ginglis13 authored Jul 28, 2023
1 parent 91b4f65 commit 2fc49cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rootfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
matrix:
arch: ['amd64', 'arm64']
steps:
- name: Generate Timestamp
id: timestamp
run: echo "::set-output name=value::$(date +%s)"
- name: configure aws credentials
uses: aws-actions/configure-aws-credentials@v2
with:
Expand Down

0 comments on commit 2fc49cd

Please sign in to comment.