Skip to content

Commit

Permalink
fix: add timestep stamp to generating rootfs
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Inglis <[email protected]>
  • Loading branch information
ginglis13 committed Jul 28, 2023
1 parent 865cbfe commit 032338e
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 032338e

Please sign in to comment.