diff --git a/.github/workflows/update-test-ubuntu-git.yml b/.github/workflows/update-test-ubuntu-git.yml index f7ce8c2..8481243 100644 --- a/.github/workflows/update-test-ubuntu-git.yml +++ b/.github/workflows/update-test-ubuntu-git.yml @@ -40,7 +40,7 @@ jobs: - name: Format Timestamp id: timestamp # Use `date` with a custom format to achieve the key=value format GITHUB_OUTPUT expects. - run: date -u "+now=%y%m%d.%H%M%S.%3NZ" >> "$GITHUB_OUTPUT" + run: date -u "+now=%Y%m%d.%H%M%S.%3NZ" >> "$GITHUB_OUTPUT" # Use `docker/build-push-action` to build (and optionally publish) the image. - name: Build and push Docker image