From 032338e58cd9752529e18bea1c8d1919e546109b Mon Sep 17 00:00:00 2001 From: Gavin Inglis Date: Thu, 27 Jul 2023 17:01:47 -0700 Subject: [PATCH] fix: add timestep stamp to generating rootfs Signed-off-by: Gavin Inglis --- .github/workflows/rootfs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/rootfs.yaml b/.github/workflows/rootfs.yaml index 75b5c4d..5200e13 100644 --- a/.github/workflows/rootfs.yaml +++ b/.github/workflows/rootfs.yaml @@ -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: